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
658 B

  1. diff -r f24487b45cd0 setup.py
  2. --- a/setup.py Sun May 15 20:28:23 2016 -0700
  3. +++ b/setup.py Wed Jul 27 22:49:13 2016 +0800
  4. @@ -63,15 +63,6 @@
  5. version='1.1.6',
  6. url='https://bitbucket.org/stoneleaf/enum34',
  7. packages=['enum'],
  8. - package_data={
  9. - 'enum' : [
  10. - 'LICENSE',
  11. - 'README',
  12. - 'doc/enum.rst',
  13. - 'doc/enum.pdf',
  14. - 'test.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,