Mercurial > python-cmd2
comparison setup.py @ 344:4300ef912f4a
graph'
author | catherine@Drou |
---|---|
date | Tue, 16 Feb 2010 14:05:25 -0500 |
parents | 466eaec2c076 |
children | 04897151927b |
comparison
equal
deleted
inserted
replaced
343:787573d350c5 | 344:4300ef912f4a |
---|---|
9 install_requires = ['pyparsing>=1.5.1'] | 9 install_requires = ['pyparsing>=1.5.1'] |
10 | 10 |
11 setup( | 11 setup( |
12 name="cmd2", | 12 name="cmd2", |
13 version="0.6.0", | 13 version="0.6.0", |
14 py_modules=["cmd2",], | 14 py_modules=["cmd2","pyparsing_py3"], |
15 use_2to3=True, | 15 use_2to3=True, |
16 | 16 |
17 # metadata for upload to PyPI | 17 # metadata for upload to PyPI |
18 author = 'Catherine Devlin', | 18 author = 'Catherine Devlin', |
19 author_email = 'catherine.devlin@gmail.com', | 19 author_email = 'catherine.devlin@gmail.com', |