Skip to content

Commit fd6fb75

Browse files
committed
Oops, fix indentation to pep8, too
1 parent 48217f6 commit fd6fb75

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -337,15 +337,15 @@ def my_yield(value, cc):
337337
# for the standard classifiers.
338338
#
339339
classifiers=["Development Status :: 4 - Beta",
340-
"Environment :: Console",
341-
"Intended Audience :: Developers",
342-
"License :: OSI Approved :: BSD License",
343-
"Operating System :: POSIX :: Linux",
344-
"Programming Language :: Python",
345-
"Programming Language :: Python :: 3",
346-
"Programming Language :: Python :: 3.4",
347-
"Topic :: Software Development :: Libraries",
348-
"Topic :: Software Development :: Libraries :: Python Modules"
340+
"Environment :: Console",
341+
"Intended Audience :: Developers",
342+
"License :: OSI Approved :: BSD License",
343+
"Operating System :: POSIX :: Linux",
344+
"Programming Language :: Python",
345+
"Programming Language :: Python :: 3",
346+
"Programming Language :: Python :: 3.4",
347+
"Topic :: Software Development :: Libraries",
348+
"Topic :: Software Development :: Libraries :: Python Modules"
349349
],
350350

351351
# See
@@ -360,8 +360,8 @@ def my_yield(value, cc):
360360
# e.g. the keywords your project uses as topics on GitHub, minus "python" (if there)
361361
#
362362
keywords=["functional-programming", "language-extension", "syntactic-macros",
363-
"tail-call-optimization", "tco", "continuations", "currying", "lazy-evaluation",
364-
"dynamic-variable", "macros", "lisp", "scheme", "racket", "haskell"],
363+
"tail-call-optimization", "tco", "continuations", "currying", "lazy-evaluation",
364+
"dynamic-variable", "macros", "lisp", "scheme", "racket", "haskell"],
365365

366366
# Declare packages so that python -m setup build will copy .py files (especially __init__.py).
367367
#

0 commit comments

Comments
 (0)