Skip to content

Commit

Permalink
Fix project discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Mar 28, 2023
1 parent 14e60dc commit 80afa7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Issues = "https://github.com/kytta/skyr/issues"
[project.scripts]
skyr = "skyr:main"

[tool.setuptools]
py-modules = ["skyr"]

[tool.autopep8]
ignore = ["W503"]

Expand Down

0 comments on commit 80afa7e

Please sign in to comment.