Changeset 7:7e8b9a328f47 in pyenvjasmine for setup.py


Ignore:
Timestamp:
Apr 20, 2015, 8:46:37 AM (9 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Added nose and coverage as dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r1 r7  
    44
    55version = '0.1'
     6
     7requires = [
     8    'nose',
     9    'coverage'
     10]
    611
    712setup(
     
    1520    download_url='http://pypi.python.org/pypi/pyenvjasmine#downloads',
    1621    license='Zope Public License, see LICENSE',
    17     install_requires=[],
     22    install_requires=requires,
    1823    classifiers=[
    1924        'Development Status :: 5 - Production/Stable',
Note: See TracChangeset for help on using the changeset viewer.