Skip to content

Commit

Permalink
Stop installing terryfy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 23, 2018
1 parent 75fd5af commit db1c8b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,10 @@

- Fix tests against persistent 4.4.

- Stop accidentally installing the 'terryfy' package in macOS wheels.
See `issue 98
<https://github.com/zopefoundation/BTrees/issues/98>`_.


4.5.1 (2018-08-09)
------------------
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,3 +1,4 @@
prune terryfy
include pyproject.toml

include *.txt
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -173,7 +173,9 @@ def BTreeExtension(family):
url="https://github.com/zopefoundation/BTrees",
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=("BTrees",)),
include_package_data=True,
zip_safe=False,
ext_modules=ext_modules,
Expand Down

0 comments on commit db1c8b9

Please sign in to comment.