mirror of
https://github.com/wassname/pysle.git
synced 2026-06-27 16:10:05 +08:00
DOCUMENTATION: Version changed to 1.3 in the setup.py file
This commit is contained in:
@@ -5,7 +5,7 @@ Created on Oct 15, 2014
|
||||
'''
|
||||
from distutils.core import setup
|
||||
setup(name='pysle',
|
||||
version='1.2.0',
|
||||
version='1.3.0',
|
||||
author='Tim Mahrt',
|
||||
author_email='timmahrt@gmail.com',
|
||||
package_dir={'pysle':'pysle'},
|
||||
@@ -13,4 +13,4 @@ setup(name='pysle',
|
||||
license='LICENSE',
|
||||
long_description=open('README.rst', 'r').read(),
|
||||
# install_requires=[], # No requirements! # requires 'from setuptools import setup'
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user