Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 6e86a46

Browse files
committed
Satisfy PEP8 in setup.py
1 parent ceea6e9 commit 6e86a46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
author="Peter Teichman",
2121
author_email="[email protected]",
2222
license="MIT",
23-
url = "https://github.com/litl/park",
23+
url="https://github.com/litl/park",
2424
description="A key-value store with ordered traversal of keys",
2525
py_modules=["park"],
2626

27-
setup_requires = [
27+
setup_requires=[
2828
"unittest2==0.5.1"
2929
],
3030

3131
test_suite="unittest2.collector",
32-
tests_require = tests_require,
32+
tests_require=tests_require,
3333

34-
classifiers = [
34+
classifiers=[
3535
"Development Status :: 5 - Production/Stable",
3636
"Intended Audience :: Developers",
3737
"License :: OSI Approved :: MIT License",
3838
"Operating System :: OS Independent",
3939
"Programming Language :: Python"
40-
]
40+
]
4141
)

0 commit comments

Comments
 (0)