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 0bd0577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions credentials/apps/badges/distribution/credly/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ badges = "credly_badges.apps:CredlyBadgesConfig"
[project.urls]
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__" }
Expand Down

0 comments on commit 0bd0577

Please sign in to comment.