https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114813

Revision: 114813
Author:   giovanni
Date:     2012-04-09 19:01:58 +0000 (Mon, 09 Apr 2012)
Log Message:
-----------
updated setup.py

Modified Paths:
--------------
    trunk/tools/wsor/editor_lifecycle/setup.py

Modified: trunk/tools/wsor/editor_lifecycle/setup.py
===================================================================
--- trunk/tools/wsor/editor_lifecycle/setup.py  2012-04-09 18:58:52 UTC (rev 
114812)
+++ trunk/tools/wsor/editor_lifecycle/setup.py  2012-04-09 19:01:58 UTC (rev 
114813)
@@ -1,23 +1,21 @@
 from distutils.core import setup
 
-'''
-Copyright (C) 2011 GIOVANNI LUCA CIAMPAGLIA, [email protected]
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+# Copyright (C) 2011 GIOVANNI LUCA CIAMPAGLIA, [email protected]
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# http://www.gnu.org/copyleft/gpl.html
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the Free Software Foundation, Inc.,
-51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-http://www.gnu.org/copyleft/gpl.html
-'''
-
 __author__ = "Giovanni Luca Ciampaglia"
 __email__ = "[email protected]"
 
@@ -29,16 +27,16 @@
         author_email='[email protected]',
         packages=['lifecycle'],
         scripts=[
-            'scripts/fetchrates',
-            'scripts/mkcohort',
+            'scripts/comppeak',
             'scripts/comprates',
-            'scripts/plotpeak',
+            'scripts/fetchcounts',
+            'scripts/fitcounts',
+            'scripts/fitting',
+            'scripts/mkcohort',
+            'scripts/mrtchart',
             'scripts/normplot.py',
+            'scripts/plotpeak',
             'scripts/rateperedits.py',
-            'scripts/comppeak',
-            'scripts/sefit',
-            'scripts/mrtchart',
             'scripts/timechart',
-            'scripts/fitting',
         ]
 )


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to