|
31 | 31 | author='Peter Stanko', |
32 | 32 | author_email='stanko@mail.muni.cz', |
33 | 33 | maintainer='Peter Stanko', |
34 | | - url='https://github.com/pestanko/3scale-api-python', |
| 34 | + url='https://github.com/3scale-qe/3scale-api-python', |
35 | 35 | packages=find_packages(exclude=("tests",)), |
36 | 36 | long_description=long_description, |
37 | 37 | long_description_content_type='text/markdown', |
|
40 | 40 | extras_require=extra_requirements, |
41 | 41 | entry_points={}, |
42 | 42 | classifiers=[ |
43 | | - "Programming Language :: Python :: 3", |
44 | | - 'Programming Language :: Python :: 3.7', |
45 | 43 | "Operating System :: OS Independent", |
46 | 44 | "License :: OSI Approved :: Apache Software License", |
47 | 45 | 'Intended Audience :: Developers', |
48 | 46 | 'Topic :: Utilities', |
| 47 | + "Programming Language :: Python :: 3", |
| 48 | + 'Programming Language :: Python :: 3.7', |
| 49 | + 'Programming Language :: Python :: 3.8', |
| 50 | + 'Programming Language :: Python :: 3.9', |
| 51 | + 'Programming Language :: Python :: 3.10', |
| 52 | + 'Programming Language :: Python :: 3.11', |
| 53 | + 'Programming Language :: Python :: 3.12', |
| 54 | + 'Programming Language :: Python :: 3.13', |
49 | 55 | ], |
50 | 56 | ) |
0 commit comments