We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c251c7 commit 690756eCopy full SHA for 690756e
pyproject.toml
@@ -10,6 +10,19 @@ dependencies = [
10
"python-pptx>=1.0.2",
11
"typing-extensions>=4.13.2",
12
]
13
+classifiers = [
14
+ "Typing :: Typed",
15
+ "Topic :: Software Development :: Libraries :: Python Modules",
16
+ "Development Status :: 3 - Alpha",
17
+ "Intended Audience :: Developers",
18
+ "License :: OSI Approved :: MIT License",
19
+ "Programming Language :: Python :: 3",
20
+ "Programming Language :: Python :: 3.11",
21
+ "Programming Language :: Python :: 3.12",
22
+ "Programming Language :: Python :: 3.13",
23
+ "Programming Language :: Python :: 3.14",
24
+ "Topic :: Office/Business :: Office Suites",
25
+]
26
27
[project.optional-dependencies]
28
pandas = ["pandas>=2.0.0"]
0 commit comments