Skip to content

Commit

Permalink
Updated documentation and increased to version number 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwo committed Sep 17, 2015
1 parent 75bdbda commit 1e14d4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please see documentation here: https://github.com/rantav/flask-restful-swagger
Please see documentation here: https://github.com/kevwo/flask-restful-swagger
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flask-restful-swagger

This fork adds the following functionality.
This fork adds the following functionality. (Forked from https://github.com/rantav/flask-restful-swagger)

1.) Ability to group sections of swagger APIs.

Expand All @@ -21,6 +21,8 @@ api.add_resource(VendingMachine, "/Region/<string:region_id>"
"/Machine/<string:machine_id>", display_path="/**/machine")
```

3.) Removed some of the unused icons from the swagger page.

Install:

```
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
long_description = file.read()

setup(name='flask-restful-swagger',
version='0.19',
url='https://github.com/rantav/flask-restful-swagger',
version='1.01',
url='https://github.com/kevwo/flask-restful-swagger',
zip_safe=False,
packages=['flask_restful_swagger'],
package_data={
Expand Down

0 comments on commit 1e14d4f

Please sign in to comment.