|
6 | 6 | PACKAGES = find_packages(exclude=['tests', 'tests.*']) |
7 | 7 |
|
8 | 8 | REQUIRES = [ |
9 | | - 'requests>=2,<3' |
| 9 | + 'requests>=2,<3', |
10 | 10 | 'lxml>=5,<6' |
11 | 11 | ] |
12 | 12 |
|
|
15 | 15 | 'License :: OSI Approved :: Apache Software License', |
16 | 16 | 'Operating System :: OS Independent', |
17 | 17 | 'Programming Language :: Python :: 3', |
18 | | - 'Programming Language :: Python :: 3.0', |
19 | | - 'Programming Language :: Python :: 3.1', |
20 | | - 'Programming Language :: Python :: 3.2', |
21 | | - 'Programming Language :: Python :: 3.3', |
22 | | - 'Programming Language :: Python :: 3.4', |
23 | | - 'Programming Language :: Python :: 3.5', |
24 | | - 'Programming Language :: Python :: 3.6', |
| 18 | + 'Programming Language :: Python :: 3.9', |
| 19 | + 'Programming Language :: Python :: 3.10', |
25 | 20 | 'Topic :: Software Development :: Libraries' |
26 | 21 | ] |
27 | 22 |
|
28 | 23 |
|
29 | 24 |
|
30 | 25 | setup(name='fsapi', |
31 | | - version='0.2.2', |
| 26 | + version='0.2.3', |
32 | 27 | description='Implementation of the Frontier Silicon API for Python', |
33 | 28 | author='Krasimir Zhelev', |
34 | 29 | author_email='krasimir.zhelev@gmail.com', |
35 | 30 | keywords='fsapi frontier silicon', |
36 | 31 | license="Apache License 2.0", |
37 | | - download_url='https://github.com/sd-personal/python-fsapi/archive/0.2.2.zip', |
| 32 | + download_url='https://github.com/sd-personal/python-fsapi/archive/0.2.3.zip', |
38 | 33 | url='https://github.com/sd-personal/python-fsapi.git', |
39 | 34 | maintainer='sd-personal', |
40 | 35 | zip_safe=True, |
|
0 commit comments