From 49c472559ff73f6af436dc1af0240b982a8de078 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 18 Sep 2019 19:21:28 -0700 Subject: tweaks to fatcat-openapi-client python packaging --- python_openapi_client/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python_openapi_client/setup.py') diff --git a/python_openapi_client/setup.py b/python_openapi_client/setup.py index a7809ab2..53b8e9de 100644 --- a/python_openapi_client/setup.py +++ b/python_openapi_client/setup.py @@ -20,7 +20,7 @@ DESCRIPTION = 'API client library for fatcat.wiki (a bibliographic catalog)' URL = 'https://github.com/internetarchive/fatcat' EMAIL = 'bnewbold@archive.org' AUTHOR = 'Bryan Newbold' -REQUIRES_PYTHON = '>=3.4.0' +REQUIRES_PYTHON = '>=3.5.0' VERSION = None LICENSE = "CC-0" @@ -105,7 +105,7 @@ setup( description=DESCRIPTION, long_description=long_description, long_description_content_type='text/markdown', - keywords=["Swagger", "fatcat"], + keywords=["fatcat", "OpenAPI"], author=AUTHOR, author_email=EMAIL, python_requires=REQUIRES_PYTHON, -- cgit v1.2.3