We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b4ba6 commit a716e10Copy full SHA for a716e10
1 file changed
setup.py
@@ -3,16 +3,11 @@
3
setup(name='fsapi',
4
version='0.0.3',
5
description='Implementation of the Frontier Silicon API for python',
6
- #install_requires=['requests','lxml'],
7
- #maintainer='Krasimir Zhelev',
8
- #maintainer_email='krasimir.zhelev@gmail.com',
+ # install_requires=['requests','lxml'],
9
author='Krasimir Zhelev',
10
author_email='krasimir.zhelev@gmail.com',
11
- #zip_safe=False,
12
packages=['fsapi'],
13
- #include_package_data=True,
14
keywords='fsapi frontier silicon',
15
license='Apache 2',
16
download_url='https://github.com/zhelev/python-fsapi/archive/0.0.3.zip',
17
- url='https://github.com/zhelev/python-fsapi.git',
18
-)
+ url='https://github.com/zhelev/python-fsapi.git')
0 commit comments