Skip to content

Commit a716e10

Browse files
committed
cleaned up code according to flake8
1 parent e5b4ba6 commit a716e10

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

setup.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,11 @@
33
setup(name='fsapi',
44
version='0.0.3',
55
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',
6+
# install_requires=['requests','lxml'],
97
author='Krasimir Zhelev',
108
author_email='krasimir.zhelev@gmail.com',
11-
#zip_safe=False,
129
packages=['fsapi'],
13-
#include_package_data=True,
1410
keywords='fsapi frontier silicon',
1511
license='Apache 2',
1612
download_url='https://github.com/zhelev/python-fsapi/archive/0.0.3.zip',
17-
url='https://github.com/zhelev/python-fsapi.git',
18-
)
13+
url='https://github.com/zhelev/python-fsapi.git')

0 commit comments

Comments
 (0)