Skip to content

Commit 690756e

Browse files
committed
chore: add classifiers to pyproject.toml for better package metadata
1 parent 3c251c7 commit 690756e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ dependencies = [
1010
"python-pptx>=1.0.2",
1111
"typing-extensions>=4.13.2",
1212
]
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+
]
1326

1427
[project.optional-dependencies]
1528
pandas = ["pandas>=2.0.0"]

0 commit comments

Comments
 (0)