aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pydot/files/patch-setup.py
blob: 34907ad4e031ba504d5ffac3585152b116e4cf9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2012-01-03 00:15:07 UTC
+++ setup.py
@@ -31,5 +31,5 @@ setup(	name = 'pydot',
         '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 = [('.', ['LICENSE', 'README'])] )
+    install_requires = ['pyparsing', 'setuptools'] )
+    #data_files = [('.', ['LICENSE', 'README'])] )