Skip to content

Commit c76bac9

Browse files
committed
fix flake8 issue
1 parent 73dd9b2 commit c76bac9

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

setup.py

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,18 @@
4848
'Topic :: Utilities',
4949
]
5050

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-
)
51+
setup(
52+
name=PACKAGE,
53+
version=VERSION,
54+
description=DESCRIPTION,
55+
long_description=long_description,
56+
long_description_content_type="text/markdown",
57+
author=AUTHOR,
58+
author_email=EMAIL,
59+
license=LICENSE,
60+
url=WEBSITE,
61+
py_modules=MODULES,
62+
scripts=['bin/jsonpointer'],
63+
classifiers=CLASSIFIERS,
64+
python_requires='>=3.10',
65+
)

0 commit comments

Comments
 (0)