packages/lang/python/python-enum34/patches/001-omit-docs.patch
Alexandru Ardelean 68312f49c0 python packages: move all things python under lang/python
I admit this may be be a bit aggressive, but the lang
folder is getting cluttered/filled up with Python, PHP, Perl,
Ruby, etc. packages.

Makes sense to try to group them into per-lang folders.

I took the Pythons.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-05-17 16:51:14 +03:00

19 lines
658 B
Diff

diff -r f24487b45cd0 setup.py
--- a/setup.py Sun May 15 20:28:23 2016 -0700
+++ b/setup.py Wed Jul 27 22:49:13 2016 +0800
@@ -63,15 +63,6 @@
version='1.1.6',
url='https://bitbucket.org/stoneleaf/enum34',
packages=['enum'],
- package_data={
- 'enum' : [
- 'LICENSE',
- 'README',
- 'doc/enum.rst',
- 'doc/enum.pdf',
- 'test.py',
- ]
- },
license='BSD License',
description='Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4',
long_description=long_desc,