Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz committed Feb 24, 2025
1 parent 5be71de commit edd99bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[project]
name = "tutor-mfe"
license = {text = "AGPLv3" }
license = {text = "AGPL-3.0-only" }
requires-python = ">=3.9"
authors = [
{ name = "Edly" },
Expand Down Expand Up @@ -50,7 +50,8 @@ Documentation = "https://docs.tutor.edly.io/"
Code = "https://github.com/overhangio/tutor-mfe"
Issues = "https://github.com/overhangio/tutor-mfe/issues"
Changelog = "https://github.com/overhangio/tutor-mfe/blob/release/CHANGELOG.md"
Community = "https://discuss.openedx.org/tag/tutor"
Community = "https://discuss.openedx.org/tag/tutor-mfe"
"Community (Tutor Core)" = "https://discuss.openedx.org/tag/tutor"

# hatch-specific configuration
[tool.hatch.metadata.hooks.custom]
Expand All @@ -67,4 +68,4 @@ include = ["/tutormfe"]
exclude = ["tests*"]

[tool.hatch.build.targets.wheel]
packages = ["tutorminio"]
packages = ["tutormfe"]

0 comments on commit edd99bd

Please sign in to comment.