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 1bd4307 commit e63f471
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# 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"
dynamic = [
Expand Down Expand Up @@ -59,3 +51,11 @@ requires = [
"setuptools-scm",
]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = []

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

0 comments on commit e63f471

Please sign in to comment.