Commit 60fa545d0cd429fd11c46b4f3fa6db839c3836ac
1 parent
376d409c
Improve PEP8 compliance in setup.py
Showing
1 changed file
with
3 additions
and
2 deletions
1 | from setuptools import setup, find_packages | 1 | from setuptools import setup, find_packages |
2 | -import sys, os | 2 | +import os |
3 | +import sys | ||
3 | 4 | ||
4 | version = '0.0' | 5 | version = '0.0' |
5 | 6 | ||
@@ -8,7 +9,7 @@ setup(name='op_robot_tests', | @@ -8,7 +9,7 @@ setup(name='op_robot_tests', | ||
8 | description="", | 9 | description="", |
9 | long_description="""\ | 10 | long_description="""\ |
10 | """, | 11 | """, |
11 | - classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 12 | + classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
12 | keywords='', | 13 | keywords='', |
13 | author='', | 14 | author='', |
14 | author_email='', | 15 | author_email='', |
Please
register
or
login
to post a comment