Changeset 18:7d8d44a4de7a in pyenvjasmine


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

Bumped version to 0.1.3:

  • Use README instead of README.rst to grab the long description of the package (was breaking install using pip)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r17 r18  
    22from distutils.core import setup
    33
    4 version = '0.1.2'
     4version = '0.1.3'
    55
    66requires = [
     
    2525    version=version,
    2626    description="A Python wrapper for envjasmine",
    27     long_description=open('README.rst').read(),
     27    long_description=open('README').read(),
    2828    author='Sascha Welter',
    2929    author_email='sw@betabug-sirius.ch',
Note: See TracChangeset for help on using the changeset viewer.