comparison setup.py @ 295:f5593299fc2a

debugged snarl in saving .parser
author catherine@bothari
date Sun, 24 Jan 2010 06:59:36 -0500
parents 38198b11f48c
children 54e2dd53ba38
comparison
equal deleted inserted replaced
294:e7c89e34b39b 295:f5593299fc2a
3 3
4 setup( 4 setup(
5 name="cmd2", 5 name="cmd2",
6 version="0.5.6", 6 version="0.5.6",
7 py_modules=["cmd2",], 7 py_modules=["cmd2",],
8 use2to3=True,
8 9
9 # metadata for upload to PyPI 10 # metadata for upload to PyPI
10 author = 'Catherine Devlin', 11 author = 'Catherine Devlin',
11 author_email = 'catherine.devlin@gmail.com', 12 author_email = 'catherine.devlin@gmail.com',
12 description = "Extra features for standard library's cmd module", 13 description = "Extra features for standard library's cmd module",