comparison setup.py @ 400:bd03ca5059f3 stable-0.9.x

Ported [438] and [439] back to 0.9.x branch.
author cmlenz
date Fri, 18 Jul 2008 13:10:46 +0000
parents d883abd60b06
children 430a987dc1e6
comparison
equal deleted inserted replaced
397:61cb2233fa49 400:bd03ca5059f3
52 'Topic :: Software Development :: Libraries :: Python Modules', 52 'Topic :: Software Development :: Libraries :: Python Modules',
53 ], 53 ],
54 packages = ['babel', 'babel.messages'], 54 packages = ['babel', 'babel.messages'],
55 package_data = {'babel': ['global.dat', 'localedata/*.dat']}, 55 package_data = {'babel': ['global.dat', 'localedata/*.dat']},
56 test_suite = 'babel.tests.suite', 56 test_suite = 'babel.tests.suite',
57 tests_require = ['pytz'],
57 58
58 entry_points = """ 59 entry_points = """
59 [console_scripts] 60 [console_scripts]
60 pybabel = babel.messages.frontend:main 61 pybabel = babel.messages.frontend:main
61 62
Copyright (C) 2012-2017 Edgewall Software