Changeset 21:40b68b918abc in pyenvjasmine for setup.py


Ignore:
Timestamp:
Apr 24, 2015, 9:38:30 PM (9 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Bumped to version 0.1.5:

  • Replaced 'setup.py develop' with 'pip install -e' in the README (setup.py develop does not work right now for us)
  • Updated setup.py classifiers to reflect the change from ZPL to BSD
  • Updated MANIFEST with the latest additions after imported the proper version of envjasmine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r20 r21  
    22from distutils.core import setup
    33
    4 version = '0.1.4'
     4version = '0.1.5'
    55
    66requires = [
     
    4343        'Environment :: Console',
    4444        'Intended Audience :: Developers',
    45         'License :: OSI Approved :: Zope Public License',
     45        'License :: OSI Approved :: BSD License',
    4646        'Natural Language :: English',
    4747        'Operating System :: OS Independent',
Note: See TracChangeset for help on using the changeset viewer.