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

Commit

Permalink
Update setup.py and README and CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Sep 12, 2016
1 parent 3562ed1 commit 0915de1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGES
=======

0.0.5 (2016-09-??)
------------------

* Replace regex router with new style router.
* Correspond reverse routing.
* Remove serving static file. Please use wsgi-static-middleware
* Remove server adapter.
* Support only Jinja2.

0.0.4 (2016-02-28)
------------------

Expand Down
5 changes: 0 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ Requirements
Kobin Requires the following:

- Python 3.5

Kobin is no dependencies other than the `Python Standard Library <https://docs.python.org/3/library/>`_.
The following packages are optional:

- Jinja2
- gunicorn


Resources
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
README = open(os.path.join(BASE_PATH, 'README.rst')).read()
CHANGES = open(os.path.join(BASE_PATH, 'CHANGES.rst')).read()

__version__ = '0.0.4'
__version__ = '0.0.5'
__author__ = 'Masashi Shibata <contact@c-bata.link>'
__author_email__ = 'contact@c-bata.link'
__license__ = 'MIT License'
Expand Down Expand Up @@ -57,7 +57,7 @@ def run_tests(self):
long_description=README + '\n\n' + CHANGES,
classifiers=__classifiers__,
packages=find_packages(exclude=['test*']),
keywords='web framework waf',
keywords='web framework wsgi',
license=__license__,
include_package_data=True,
test_suite='tests',
Expand Down

0 comments on commit 0915de1

Please sign in to comment.