Skip to content

Commit

Permalink
📦 Stop marking arbitrary files as package data
Browse files Browse the repository at this point in the history
Previously, any files included in sdist were marked as installable
data which confused `setuptools` and made it issue a warning.

This patch unsets the setting to prevent that.

Fixes #829.
  • Loading branch information
webknjaz committed Dec 30, 2023
1 parent 946e61a commit 31e1170
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -83,8 +83,6 @@ def read(f):
license="Apache 2",
packages=["multidict"],
python_requires=">=3.7",
include_package_data=True,
exclude_package_data={"": ["*.c", "*.h"]},
)

if not NO_EXTENSIONS:
Expand Down

0 comments on commit 31e1170

Please sign in to comment.