Skip to content

Commit

Permalink
Disable inclusion of package data as it causes 'tests' to be included…
Browse files Browse the repository at this point in the history
… as data. Fixes #2505.
  • Loading branch information
jaraco committed Jan 8, 2021
1 parent 95a9c47 commit fbc9bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/2505.misc.rst
@@ -0,0 +1 @@
Disable inclusion of package data as it causes 'tests' to be included as data.
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -24,7 +24,8 @@ project_urls =
[options]
packages = find:
py_modules = easy_install
include_package_data = true
# disabled as it causes tests to be included #2505
# include_package_data = true
python_requires = >=3.6
install_requires =

Expand Down

0 comments on commit fbc9bd6

Please sign in to comment.