Mercurial > hg > MakeItSo
comparison makeitso/python_module/setup.py @ 199:ee29d37198a3
STUB: makeitso/python_module/setup.py
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Thu, 12 Jun 2014 09:57:40 -0700 |
| parents | 57834c2b0937 |
| children | 2eb0a8dc2303 |
comparison
equal
deleted
inserted
replaced
| 198:be7e2e336d7a | 199:ee29d37198a3 |
|---|---|
| 14 setup(name='{{module}}', | 14 setup(name='{{module}}', |
| 15 version=version, | 15 version=version, |
| 16 description="{{description}}", | 16 description="{{description}}", |
| 17 long_description=description, | 17 long_description=description, |
| 18 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 18 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
| 19 keywords='mozilla', | 19 keywords='', |
| 20 author='{{author}}', | 20 author='{{author}}', |
| 21 author_email='{{email}}', | 21 author_email='{{email}}', |
| 22 url='{{url}}', | 22 url='{{url}}', |
| 23 license='', | 23 license='', |
| 24 py_modules=['{{module}}'], | 24 py_modules=['{{module}}'], |
