Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-s committed Mar 14, 2016
1 parent c050375 commit 7eb64dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
========
cleaREST
========
**Light-weight Python framework for building REST apis**
**Light-weight Python framework for building REST APIs**

Examples:
---------
GET Hello world: ::
**GET Hello world:** ::

from wsgiref.simple_server import make_server
from clearest import application, GET
Expand All @@ -30,7 +30,7 @@ Output:

hello world!

POST var: ::
**POST var:** ::

from wsgiref.simple_server import make_server
from clearest import application, POST
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

setup(
name="cleaREST",
version="0.0.1",
version="0.1.0",
author="Petr Skramovsky",
author_email="petr.skramovsky@gmail.com",
description="Light-weight Python framework for building REST apis.",
description="Light-weight Python framework for building REST APIs.",
license="MIT",
keywords="rest api framework json xml",
url="https://github.com/petr-s/cleaREST",
packages=["clearest", "tests"],
test_suite="tests",
long_description=open("README.rst").read(),
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 7eb64dd

Please sign in to comment.