Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Aug 18, 2023
1 parent 685353d commit 7de3057
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# file pyproject.toml
[tool.setuptools]
py-modules = []
include-package-data = false

[tool.setuptools.packages.find]
include = ['prototype_template*']
exclude = ['prototype_template*tests']

[project]
name = "prototype_template"
Expand Down

0 comments on commit 7de3057

Please sign in to comment.