r90558 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90557‎ | r90558 | r90559 >
Date:23:02, 21 June 2011
Author:halfak
Status:deferred
Tags:
Comment:
Fixed build issue in 'wikimedia' package
Modified paths:
  • /trunk/tools/wsor/wikimedia/setup.py (modified) (history)

Diff [purge]

Index: trunk/tools/wsor/wikimedia/setup.py
@@ -13,15 +13,12 @@
1414 utilities have been specifically designed to allow
1515 processing of the massive about of data (currently) found
1616 in the full history dump of the English Wikipedia
17 - """
 17+ """,
1818 author='Aaron Halfaker',
1919 author_email='aaron.halfaker@gmail.com',
2020 url='http://meta.wikimedia.org/wiki/User:EpochFail',
2121 packages=find_packages(),
2222 entry_points = {
23 - 'distutils.commands': [
24 - 'dump_map = util.dump.map:main',
25 - ]
26 - },
27 -
 23+ 'console_scripts': ['dump_map = wmf.dump.map:main']
 24+ }
2825 )

Status & tagging log