Index: trunk/tools/wsor/wikimedia/setup.py |
— | — | @@ -13,15 +13,12 @@ |
14 | 14 | utilities have been specifically designed to allow |
15 | 15 | processing of the massive about of data (currently) found |
16 | 16 | in the full history dump of the English Wikipedia |
17 | | - """ |
| 17 | + """, |
18 | 18 | author='Aaron Halfaker', |
19 | 19 | author_email='aaron.halfaker@gmail.com', |
20 | 20 | url='http://meta.wikimedia.org/wiki/User:EpochFail', |
21 | 21 | packages=find_packages(), |
22 | 22 | 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 | + } |
28 | 25 | ) |