Skip to content

Commit

Permalink
fixup! wip
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Aug 4, 2024
1 parent e7d9291 commit ce35604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
packages=["netauth"]
dynamic = ["version"]
dependencies = [
"netauth",
Expand All @@ -40,6 +39,9 @@ NetAuthUserInfo = "buildbot_netauth:NetAuthUserInfo"
Repository = "https://github.com/classabbyamp/buildbot-netauth"
Changelog = "https://github.com/classabbyamp/buildbot-netauth/blob/master/CHANGELOG.md"

[tool.setuptools]
packages = ["buildbot_netauth"]

[tool.setuptools.dynamic]
version = {attr = "buildbot_netauth.__version__"}

Expand Down

0 comments on commit ce35604

Please sign in to comment.