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.

18 lines
579 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -71,15 +71,6 @@ data = dict(
  4. version='1.1.9',
  5. url='https://bitbucket.org/stoneleaf/enum34',
  6. packages=packages,
  7. - package_data={
  8. - 'enum' : [
  9. - 'LICENSE',
  10. - 'README',
  11. - 'doc/enum.rst',
  12. - 'doc/enum.pdf',
  13. - 'test.py',
  14. - ]
  15. - },
  16. license='BSD License',
  17. description='Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4',
  18. long_description=long_desc,