Changeset 46:04fe1bafaca7 in stamper
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r13 r46 3 3 from distutils.core import setup 4 4 5 requires = ['pygal'] 5 6 6 7 setup( 7 8 name='stamper', 8 version='0. 0.1',9 version='0.1', 9 10 author='Francisco de Borja Lopez Rio', 10 11 author_email='borja@codigo23.net', … … 16 17 long_description=open('README').read(), 17 18 scripts=['bin/stamp', 'bin/stamps', 'bin/stamp2json', 'bin/time_sum'], 19 install_requires=requires, 18 20 classifiers=[ 19 'Development Status :: 3 - Alpha',21 'Development Status :: 4 - Beta', 20 22 'Environment :: Console', 21 'Environment :: No Input/Output (Daemon)',22 23 'Intended Audience :: End Users/Desktop', 23 24 'License :: OSI Approved :: BSD License',
Note:
See TracChangeset
for help on using the changeset viewer.