summaryrefslogtreecommitdiff
path: root/devel/pychecker/files/patch-setup.py
blob: 8d0abca2fb2c1704948d7ef96b0a5c8d1ecf9336 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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, 
       }