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.

19 lines
657 B

  1. diff -Nur a/setup.py b/setup.py
  2. --- a/setup.py 2015-11-29 17:31:14.000000000 +0800
  3. +++ b/setup.py 2015-12-07 18:39:00.863378684 +0800
  4. @@ -13,15 +13,6 @@
  5. version='1.1.1',
  6. url='https://pypi.python.org/pypi/enum34',
  7. packages=['enum'],
  8. - package_data={
  9. - 'enum' : [
  10. - 'LICENSE',
  11. - 'README',
  12. - 'doc/enum.rst',
  13. - 'doc/enum.pdf',
  14. - 'test_enum.py',
  15. - ]
  16. - },
  17. license='BSD License',
  18. description='Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4',
  19. long_description=long_desc,