Skip to content

Commit

Permalink
Merge e49d9f4 into 598f9ab
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 21, 2018
2 parents 598f9ab + e49d9f4 commit d243433
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -1,3 +1,5 @@
prune terryfy

include *.txt
include *.rst
include *.sh
Expand All @@ -15,6 +17,7 @@ global-exclude coverage.xml
prune docs/_build
prune persistent/__pycache__


include .coveragerc
include .travis.yml
include buildout.cfg
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -109,7 +109,9 @@ def _read_file(filename):
url="https://github.com/zopefoundation/persistent/",
license="ZPL 2.1",
platforms=["any"],
packages=find_packages(),
# Make sure we don't get 'terryfy' included in wheels
# created on macOS CI
packages=find_packages(include=("persistent",)),
include_package_data=True,
zip_safe=False,
ext_modules=ext_modules,
Expand Down

0 comments on commit d243433

Please sign in to comment.