Lines 1-9
Link Here
|
1 |
--- setup.py.orig 2016-10-22 05:27:48 UTC |
1 |
--- setup.py.orig 2018-12-11 11:37:54 UTC |
2 |
+++ setup.py |
2 |
+++ setup.py |
3 |
@@ -35,7 +35,6 @@ else: |
3 |
@@ -40,7 +40,6 @@ test_requires = [ |
4 |
setup( |
4 |
setup( |
5 |
name='Wand', |
5 |
name='Wand', |
6 |
packages=['wand'], |
6 |
packages=['wand', 'wand.cdefs'], |
7 |
- data_files=[('', ['README.rst'])], |
7 |
- data_files=[('', ['README.rst'])], |
8 |
version=VERSION, |
8 |
version=VERSION, |
9 |
description='Ctypes-based simple MagickWand API binding for Python', |
9 |
description='Ctypes-based simple MagickWand API binding for Python', |