Skip to content

Commit

Permalink
fix: auto-discover Credly Badges internal modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wowkalucky committed Feb 13, 2024
1 parent 18553dd commit fe608c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions credentials/apps/badges/distribution/credly/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Repository = "https://github.com/openedx/credentials.git"
[tool.setuptools]
packages = ["credly_badges"]

[tool.setuptools.packages.find]
where = ["credly_badges"]

[tool.setuptools.dynamic]
version = { attr = "credly_badges.__version__" }
dependencies = { file = "requirements/base.txt" }
Expand Down

0 comments on commit fe608c9

Please sign in to comment.