freebsd-ports/devel/pychecker/files/patch-setup.py
2005-11-28 11:03:42 +00:00

13 lines
441 B
Python

$FreeBSD$
--- setup.py
+++ setup.py
@@ -187,7 +187,6 @@
'url' : "http://pychecker.sourceforge.net/",
'packages' : [ 'pychecker', ],
'scripts' : [ "pychecker" ], # note: will be replaced by customized action
- 'data_files' : [ ( "pychecker", DATA_FILES, ) ],
'long_description' : LONG_DESCRIPTION,
'cmdclass' : CUSTOMIZED_ACTIONS,
}