Changeset 7:7e8b9a328f47 in pyenvjasmine
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r1 r7 4 4 5 5 version = '0.1' 6 7 requires = [ 8 'nose', 9 'coverage' 10 ] 6 11 7 12 setup( … … 15 20 download_url='http://pypi.python.org/pypi/pyenvjasmine#downloads', 16 21 license='Zope Public License, see LICENSE', 17 install_requires= [],22 install_requires=requires, 18 23 classifiers=[ 19 24 'Development Status :: 5 - Production/Stable',
Note:
See TracChangeset
for help on using the changeset viewer.