Changeset 29:91e6def80ff1 in pyenvjasmine


Ignore:
Timestamp:
Jan 18, 2018, 12:56:10 PM (6 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Set install_requires instead of requires

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r27 r29  
    77    'coverage',
    88    'pytest',
    9     'pytest-cov'
     9    'pytest-cov',
    1010]
    1111
     
    3939    download_url='http://pypi.python.org/pypi/pyenvjasmine#downloads',
    4040    license='BSD licence, see LICENSE',
    41     requires=requires,
     41    install_requires=requires,
    4242    classifiers=[
    4343        'Development Status :: 5 - Production/Stable',
Note: See TracChangeset for help on using the changeset viewer.