@@ -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