Skip to content

Commit bb99b93

Browse files
committed
Update long description content type and refine Python version classifiers in setup.py
1 parent 5030c0c commit bb99b93

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
version="0.0.1",
1212
packages=find_packages(),
1313
long_description=long_description,
14+
long_description_content_type="text/markdown",
1415
install_requires=requirements,
1516
extras_require={
1617
"visualization": requirements_visualization
@@ -21,7 +22,10 @@
2122
]
2223
},
2324
classifiers=[
24-
"Programming Language :: Python :: 3",
25+
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2529
"License :: OSI Approved :: Apache 2.0",
2630
"Operating System :: OS Independent",
2731
],

0 commit comments

Comments
 (0)