Skip to content

Commit

Permalink
Merge pull request #20 from zrquan/patch-1
Browse files Browse the repository at this point in the history
Specify top-level package
  • Loading branch information
fpgmaas authored Oct 25, 2024
2 parents 55ac6dc + 32c2055 commit 7476427
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ dev-dependencies = [
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = ["{{cookiecutter.project_slug}}"]

[tool.mypy]
files = ["{{cookiecutter.project_slug}}"]
disallow_untyped_defs = true
Expand Down

0 comments on commit 7476427

Please sign in to comment.