Skip to content

Commit

Permalink
do not include package data by default and remove MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Jun 7, 2022
1 parent 19be732 commit 8490156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed MANIFEST.in
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ source = 'https://github.com/mscheltienne/template-python'
tracker = 'https://github.com/mscheltienne/template-python/issues'

[tool.setuptools]
include-package-data = true
include-package-data = false

[tool.setuptools.packages.find]
include = ['template*']
Expand Down

0 comments on commit 8490156

Please sign in to comment.