diff options
-rw-r--r-- | python_openapi_client/README.md | 2 | ||||
-rw-r--r-- | python_openapi_client/setup.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python_openapi_client/README.md b/python_openapi_client/README.md index a3b99da8..8cc34147 100644 --- a/python_openapi_client/README.md +++ b/python_openapi_client/README.md @@ -10,7 +10,7 @@ For more information, please visit [https://fatcat.wiki](https://fatcat.wiki) ## Requirements. -Python 2.7 and 3.5+ +Python 3.5+ ## Installation & Usage ### pip install diff --git a/python_openapi_client/setup.py b/python_openapi_client/setup.py index bef29376..9da87d51 100644 --- a/python_openapi_client/setup.py +++ b/python_openapi_client/setup.py @@ -98,6 +98,7 @@ class UploadCommand(Command): setup( name=NAME, version=about['__version__'], + python_requires=">=3.5", description=DESCRIPTION, long_description=long_description, long_description_content_type='text/markdown', |