You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/storm/files/storm-0.20-exclude-tests.patch

12 lines
358 B

--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
license="LGPL",
url="https://storm.canonical.com",
download_url="https://launchpad.net/storm/+download",
- packages=find_packages(),
+ packages=find_packages(exclude=['tests']),
package_data={"": ["*.zcml"]},
classifiers=[
"Development Status :: 5 - Production/Stable",