cubicweb/__pkginfo__.py
changeset 12254 2060ee44ea9a
parent 12252 64c4edac1706
child 12259 7c4746309ec5
child 12294 038ff1a7259f
--- a/cubicweb/__pkginfo__.py	Wed Jan 24 13:30:50 2018 +0100
+++ b/cubicweb/__pkginfo__.py	Wed Jan 24 11:40:12 2018 +0100
@@ -43,10 +43,6 @@
     'Programming Language :: JavaScript',
 ]
 
-scripts = [s for s in glob.glob(join('bin', 'cubicweb-*'))
-           if not s.endswith('.bat')]
-
-
 _server_migration_dir = join(modname, 'misc', 'migration')
 _data_dir = join(modname, 'web', 'data')
 _wdoc_dir = join(modname, 'web', 'wdoc')