Skip to content

Commit

Permalink
Merge pull request #14 from brianhelba/sdist
Browse files Browse the repository at this point in the history
Exclude unnecessary files from the sdist
  • Loading branch information
brianhelba committed Feb 28, 2021
2 parents b53e5cb + 64a262d commit 2199eff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Reset the auto-include from setuptools_scm
exclude *
prune *

# Re-include files which setuptools auto-includes
include MANIFEST.in pyproject.toml README.md setup.py
graft *.egg-info

# Include the module
graft zipfile_deflate64

# Include zlib files required for build
include zlib/gzguts.h
include zlib/zconf.h
include zlib/zlib.h
Expand Down

0 comments on commit 2199eff

Please sign in to comment.