Minor cleanup; got rid of backslash.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
'''Setuptools params'''
|
||||
"Setuptools params"
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
from os.path import join
|
||||
@@ -16,7 +16,7 @@ setup(
|
||||
author='Bob Lantz',
|
||||
author_email='rlantz@cs.stanford.edu',
|
||||
packages=find_packages(exclude='test'),
|
||||
long_description="""\
|
||||
long_description="""
|
||||
Insert longer description here.
|
||||
""",
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user