We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5030c0c commit bb99b93Copy full SHA for bb99b93
1 file changed
setup.py
@@ -11,6 +11,7 @@
11
version="0.0.1",
12
packages=find_packages(),
13
long_description=long_description,
14
+ long_description_content_type="text/markdown",
15
install_requires=requirements,
16
extras_require={
17
"visualization": requirements_visualization
@@ -21,7 +22,10 @@
21
22
]
23
},
24
classifiers=[
- "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",
29
"License :: OSI Approved :: Apache 2.0",
30
"Operating System :: OS Independent",
31
],
0 commit comments