Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PWZER committed Apr 27, 2020
1 parent c8796ca commit 4bb6af5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
from setuptools import find_packages, setup


DESCRIPTION = 'Swagger UI for Python web framework, such Tornado, Flask, Quart, Sanic and Falcon.'


def load_package_data():
package_data = []
cur_dir = os.path.dirname(os.path.abspath(__file__))
Expand All @@ -25,8 +28,8 @@ def load_requirements():
if __name__ == '__main__':
setup(
name='swagger-ui-py',
version='0.2.1',
description='Swagger UI for Python web framework, such Tornado, Flask, Quart, Sanic and Falcon.',
version='0.3.0',
description=DESCRIPTION,
long_description=readme(),
long_description_content_type='text/markdown',
license='Apache License 2.0',
Expand Down

0 comments on commit 4bb6af5

Please sign in to comment.