diff --git a/setup.py b/setup.py index 9c967ca..5d838fb 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ author='Peter Stanko', author_email='stanko@mail.muni.cz', maintainer='Peter Stanko', - url='https://github.com/pestanko/3scale-api-python', + url='https://github.com/3scale-qe/3scale-api-python', packages=find_packages(exclude=("tests",)), long_description=long_description, long_description_content_type='text/markdown', @@ -40,11 +40,17 @@ extras_require=extra_requirements, entry_points={}, classifiers=[ - "Programming Language :: Python :: 3", - 'Programming Language :: Python :: 3.7', "Operating System :: OS Independent", "License :: OSI Approved :: Apache Software License", 'Intended Audience :: Developers', 'Topic :: Utilities', + "Programming Language :: Python :: 3", + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', ], )