ports/graphics/py-pydot/files/patch-setup.py
Stefan Walter ef173ab027 - Update to 1.0.2. [1]
- Update master site and project home page.

PR:		124937 [1]
Submitted by:	Wen heping <wenheping@gmail.com>
2008-07-06 13:14:42 +00:00

10 lines
534 B
Python

--- setup.py.orig 2008-07-06 15:01:26.000000000 +0200
+++ setup.py 2008-07-06 15:01:51.000000000 +0200
@@ -27,5 +27,5 @@
'Topic :: Software Development :: Libraries :: Python Modules'],
long_description = "\n".join(pydot.__doc__.split('\n')),
py_modules = ['pydot', 'dot_parser'],
- install_requires = ['pyparsing', 'setuptools'],
- data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] )
+ install_requires = ['pyparsing', 'setuptools'] )
+ #data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])]