summaryrefslogtreecommitdiffstats
path: root/lang/python/python-hyperlink/patches/001-omit-tests.patch
blob: cd0c8b800e4bba18856a7239f091c0493966007e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/setup.py
+++ b/setup.py
@@ -24,8 +24,9 @@ setup(name='hyperlink',
       author=__author__,
       author_email=__contact__,
       url=__url__,
-      packages=['hyperlink', 'hyperlink.test'],
+      packages=['hyperlink'],
       include_package_data=True,
+      exclude_package_data={'':['test/*']},
       zip_safe=False,
       license=__license__,
       platforms='any',