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.

13 lines
385 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -24,8 +24,9 @@ setup(name='hyperlink',
  4. author=__author__,
  5. author_email=__contact__,
  6. url=__url__,
  7. - packages=['hyperlink', 'hyperlink.test'],
  8. + packages=['hyperlink'],
  9. include_package_data=True,
  10. + exclude_package_data={'':['test/*']},
  11. zip_safe=False,
  12. license=__license__,
  13. platforms='any',