Commit db1c8b9c authored by Jason Madden's avatar Jason Madden

Stop installing terryfy.

parent 75fd5af5
......@@ -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)
------------------
......
prune terryfy
include pyproject.toml
include *.txt
......
......@@ -173,7 +173,9 @@ setup(name='BTrees',
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment