Skip to content

Commit

Permalink
fix up setuptools to avoid warnings about including static subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jan 3, 2023
1 parent b2f0ce3 commit cf0a71e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ prune docs/_build
graft .github

include README.rst
include CHANGES.txt
include HISTORY.txt
include RELEASING.txt
include LICENSE.txt
include contributing.md
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ maintainer_email = [email protected]
[options]
package_dir=
=src
packages=find:
packages=find_namespace:
include_package_data = True
python_requires = >=3.7
install_requires =
Expand Down

0 comments on commit cf0a71e

Please sign in to comment.