mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
10 lines
429 B
Python
10 lines
429 B
Python
--- 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,
|
|
}
|