Changeset 16:d2cfc3c0bc79 in pyenvjasmine


Ignore:
Timestamp:
Apr 24, 2015, 11:52:59 AM (9 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Bumped to 0.1.1, fixed the wrong long_description entry in setup.py
that was breaking installations from pypi

Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r14 r16  
    33from distutils.core import setup
    44
    5 version = '0.1'
     5version = '0.1.1'
    66
    77requires = [
     
    1414    version=version,
    1515    description="A Python wrapper for envjasmine",
    16     long_description=open('DESCRIPTION.rst').read(),
     16    long_description=open('README.rst').read(),
    1717    author='Sascha Welter',
    1818    author_email='',
Note: See TracChangeset for help on using the changeset viewer.