From dd4c0beef49eae77da4ffdcb4c39ed7e21f1019a Mon Sep 17 00:00:00 2001 From: ardydedase Date: Sat, 18 Jul 2015 22:30:12 +0800 Subject: [PATCH] Update specs for stable release. --- HISTORY.rst | 7 ++++++- setup.cfg | 2 +- setup.py | 10 +++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5865d51..75786c6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,12 @@ History ------- -0.1.0 (2015-03-24) +1.0.0 (2015-03-24) --------------------- * First release on PyPI. + +1.1.0 (2015-07-18) +--------------------- + +* Stable release on PyPI. \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 5e40900..0a8df87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [wheel] -universal = 1 +universal = 1 \ No newline at end of file diff --git a/setup.py b/setup.py index b75d08b..a6d3883 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='skyscanner', - version='1.0', + version='1.1.0', description="Skyscanner Python SDK", long_description=readme + '\n\n' + history, author="Ardy Dedase", @@ -42,13 +42,13 @@ include_package_data=True, install_requires=requirements, extras_require=extras_requirements, - license="BSD", + license="Apache", zip_safe=False, - keywords='skyscanner', + keywords='skyscanner travel api business sdk flights hotels', classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: Apache Software License', 'Natural Language :: English', "Programming Language :: Python :: 2", 'Programming Language :: Python :: 2.6',