Skip to content

Commit

Permalink
Do not install C sources in binary distributions
Browse files Browse the repository at this point in the history
This does not affect source distributions.

Fixes #659.
  • Loading branch information
musicinmybrain committed Dec 8, 2021
1 parent 4de9602 commit 5819297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/659.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Do not install C sources with binary distributions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def read(f):
packages=["multidict"],
python_requires=">=3.6",
include_package_data=True,
exclude_package_data={"": ["*.c", "*.h"]},
)

if not NO_EXTENSIONS:
Expand Down

0 comments on commit 5819297

Please sign in to comment.