Changeset 16:d2cfc3c0bc79 in pyenvjasmine
- Timestamp:
- Apr 24, 2015, 11:52:59 AM (10 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r14 r16 3 3 from distutils.core import setup 4 4 5 version = '0.1 '5 version = '0.1.1' 6 6 7 7 requires = [ … … 14 14 version=version, 15 15 description="A Python wrapper for envjasmine", 16 long_description=open(' DESCRIPTION.rst').read(),16 long_description=open('README.rst').read(), 17 17 author='Sascha Welter', 18 18 author_email='',
Note:
See TracChangeset
for help on using the changeset viewer.