Skip to content

Commit 6b45ad7

Browse files
committed
fsapi version 0.2.3
1 parent ce5e160 commit 6b45ad7

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

setup.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
77

88
REQUIRES = [
9-
'requests>=2,<3'
9+
'requests>=2,<3',
1010
'lxml>=5,<6'
1111
]
1212

@@ -15,26 +15,21 @@
1515
'License :: OSI Approved :: Apache Software License',
1616
'Operating System :: OS Independent',
1717
'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',
2520
'Topic :: Software Development :: Libraries'
2621
]
2722

2823

2924

3025
setup(name='fsapi',
31-
version='0.2.2',
26+
version='0.2.3',
3227
description='Implementation of the Frontier Silicon API for Python',
3328
author='Krasimir Zhelev',
3429
author_email='krasimir.zhelev@gmail.com',
3530
keywords='fsapi frontier silicon',
3631
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',
3833
url='https://github.com/sd-personal/python-fsapi.git',
3934
maintainer='sd-personal',
4035
zip_safe=True,

0 commit comments

Comments
 (0)