Skip to content

Commit

Permalink
chore: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfavellar90 committed Feb 14, 2025
1 parent 5b3133f commit 18a1a34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ authors = [
{ email = "hello@edly.io"},
]
maintainers = [
{ name = "eduNEXT", email = "contact@edunext.co" },
{ name = "eduNEXT" },
{ email = "contact@edunext.co" },
]
license = {file = "LICENSE.txt"}
readme = {file = "README.rst", content-type = "text/x-rst"}
Expand All @@ -35,9 +36,12 @@ dynamic = ["version"]

# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
[project.urls]
Homepage = "https://docs.tutor.edly.io/"
Documentation = "https://github.com/overhangio/tutor-notes#readme"
Issues = "https://github.com/overhangio/tutor-notes/issues"
Source = "https://github.com/overhangio/tutor-notes"
Changelog = "https://github.com/overhangio/tutor-notes/blob/release/CHANGELOG.md"
Community = "https://discuss.openedx.org/tag/tutor"

[build-system]
requires = ["hatchling"]
Expand All @@ -54,7 +58,6 @@ packages = ["tutornotes"]
# Disable strict naming, otherwise twine is not able to detect name/version
strict-naming = false
include = [ "/tutornotes"]
exclude = ["tests*"]

[project.entry-points."tutor.plugin.v1"]
notes = "tutornotes.plugin"

0 comments on commit 18a1a34

Please sign in to comment.