diff options
| -rw-r--r-- | changelog.d/2505.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/changelog.d/2505.misc.rst b/changelog.d/2505.misc.rst new file mode 100644 index 00000000..11c642e7 --- /dev/null +++ b/changelog.d/2505.misc.rst @@ -0,0 +1 @@ +Disable inclusion of package data as it causes 'tests' to be included as data. @@ -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 = |
