Files
ports/graphics/py-wand/files/patch-setup.py
T
Yuri Victorovich c4aec33f2c graphics/py-wand: Remove conflict between flavors
README.rst was the only file installed ijnto DATADIR - removed it.

Approved by:	portmgr
2018-06-19 01:30:04 +00:00

11 lines
297 B
Python

--- setup.py.orig 2016-10-22 05:27:48 UTC
+++ setup.py
@@ -35,7 +35,6 @@ else:
setup(
name='Wand',
packages=['wand'],
- data_files=[('', ['README.rst'])],
version=VERSION,
description='Ctypes-based simple MagickWand API binding for Python',
long_description=readme(),