Skip to content

Commit bd8f983

Browse files
committed
Minor cleanup
1 parent eb557da commit bd8f983

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
with open("README.rst") as readme:
1010
long_description = readme.read()
1111

12-
1312
classifiers = [
1413
"Development Status :: 5 - Production/Stable",
1514
"Intended Audience :: Developers",
@@ -25,12 +24,11 @@
2524
"Programming Language :: Python :: Implementation :: PyPy",
2625
]
2726

28-
2927
setup(
3028
name="jsonschema",
3129
version=__version__,
3230
packages=["jsonschema", "jsonschema.tests"],
33-
package_data={'jsonschema': ['schemas/*.json']},
31+
package_data={"jsonschema": ["schemas/*.json"]},
3432
author="Julian Berman",
3533
author_email="Julian@GrayVines.com",
3634
classifiers=classifiers,

0 commit comments

Comments
 (0)