Skip to content

Commit

Permalink
Oops, fix indentation to pep8, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Nov 21, 2019
1 parent 48217f6 commit fd6fb75
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,15 @@ def my_yield(value, cc):
# for the standard classifiers.
#
classifiers=["Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules"
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules"
],

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

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

0 comments on commit fd6fb75

Please sign in to comment.