We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73dd9b2 commit c76bac9Copy full SHA for c76bac9
1 file changed
setup.py
@@ -48,17 +48,18 @@
48
'Topic :: Utilities',
49
]
50
51
-setup(name=PACKAGE,
52
- version=VERSION,
53
- description=DESCRIPTION,
54
- long_description=long_description,
55
- long_description_content_type="text/markdown",
56
- author=AUTHOR,
57
- author_email=EMAIL,
58
- license=LICENSE,
59
- url=WEBSITE,
60
- py_modules=MODULES,
61
- scripts=['bin/jsonpointer'],
62
- classifiers=CLASSIFIERS,
63
- python_requires='>=3.10',
64
- )
+setup(
+ name=PACKAGE,
+ version=VERSION,
+ description=DESCRIPTION,
+ long_description=long_description,
+ long_description_content_type="text/markdown",
+ author=AUTHOR,
+ author_email=EMAIL,
+ license=LICENSE,
+ url=WEBSITE,
+ py_modules=MODULES,
+ scripts=['bin/jsonpointer'],
+ classifiers=CLASSIFIERS,
+ python_requires='>=3.10',
65
+)
0 commit comments