Loading setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ description-file = README.md [egg_info] #tag_build = dev tag_svn_revision = true #tag_svn_revision = true setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup, find_packages with open('requirements.txt', 'r') as f: requires = [x.strip() for x in f if x.strip()] version = '0.9.0' version = '0.9.1' setup( # overview Loading Loading @@ -34,7 +34,7 @@ setup( 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', 'License :: OSI Approved :: GNU Lesser General Public License v2.1 (LGPLv2.1)', 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2 :: Only', 'Topic :: Software Development :: Libraries :: Python Modules', Loading Loading
setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ description-file = README.md [egg_info] #tag_build = dev tag_svn_revision = true #tag_svn_revision = true
setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup, find_packages with open('requirements.txt', 'r') as f: requires = [x.strip() for x in f if x.strip()] version = '0.9.0' version = '0.9.1' setup( # overview Loading Loading @@ -34,7 +34,7 @@ setup( 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', 'License :: OSI Approved :: GNU Lesser General Public License v2.1 (LGPLv2.1)', 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2 :: Only', 'Topic :: Software Development :: Libraries :: Python Modules', Loading