Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Release v0.1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Nov 30, 2016
1 parent 4f7af7f commit e078aae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
BASE_PATH = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(BASE_PATH, 'README.rst')).read()

__version__ = '0.0.1'
__version__ = '0.1.0'
__author__ = 'Masashi Shibata <[email protected]>'
__author_email__ = '[email protected]'
__license__ = 'MIT License'
__classifiers__ = (
'Development Status :: 1 - Planning',
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Environment :: Web Environment',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand All @@ -29,7 +30,7 @@
author=__author__,
author_email=__author_email__,
url='https://github.com/c-bata/wsgicli',
description='',
description='Command Line Interface for developing WSGI application.',
long_description=README,
classifiers=__classifiers__,
py_modules=['wsgicli'],
Expand Down

0 comments on commit e078aae

Please sign in to comment.