Skip to content

Commit 99bb7b6

Browse files
committed
Clean setup.py
1 parent 980ff02 commit 99bb7b6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

setup.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,19 @@
2525
"tqdm>=4.64.0",
2626
"umap-learn>=0.5.3",
2727
],
28-
extras_require={"dev": ["pytest"],
29-
"docs": ["sphinx == 5.0.2", "sphinx-gallery == 0.10.0", "numpydoc == 1.2", "nbsphinx == 0.8.9"]},
28+
extras_require={
29+
"dev": ["pytest"],
30+
"docs": [
31+
"sphinx == 5.0.2",
32+
"sphinx-gallery == 0.10.0",
33+
"numpydoc == 1.2",
34+
"nbsphinx == 0.8.9",
35+
],
36+
},
3037
classifiers=[
3138
"Programming Language :: Python :: 3",
3239
"License :: OSI Approved :: MIT License",
3340
"Operating System :: OS Independent",
3441
],
35-
python_requires='>=3.8',
42+
python_requires=">=3.8",
3643
)

0 commit comments

Comments
 (0)