We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb557da commit bd8f983Copy full SHA for bd8f983
1 file changed
setup.py
@@ -9,7 +9,6 @@
9
with open("README.rst") as readme:
10
long_description = readme.read()
11
12
-
13
classifiers = [
14
"Development Status :: 5 - Production/Stable",
15
"Intended Audience :: Developers",
@@ -25,12 +24,11 @@
25
24
"Programming Language :: Python :: Implementation :: PyPy",
26
]
27
28
29
setup(
30
name="jsonschema",
31
version=__version__,
32
packages=["jsonschema", "jsonschema.tests"],
33
- package_data={'jsonschema': ['schemas/*.json']},
+ package_data={"jsonschema": ["schemas/*.json"]},
34
author="Julian Berman",
35
author_email="Julian@GrayVines.com",
36
classifiers=classifiers,
0 commit comments