Skip to content

Commit c996d5e

Browse files
committed
chore: add pypi metadata
1 parent 5bf9aca commit c996d5e

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

pyproject.toml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,26 @@ license = { text = "BSD-3-Clause" }
1919
keywords = ["prosemirror", "collaborative", "editing"]
2020
dependencies = ["typing-extensions>=4.1", "lxml>=4.9", "cssselect>=1.2"]
2121

22+
classifiers = [
23+
"Development Status :: 5 - Production/Stable",
24+
"Intended Audience :: Developers",
25+
"License :: OSI Approved :: BSD License",
26+
"Operating System :: OS Independent",
27+
"Programming Language :: Python",
28+
"Programming Language :: Python :: 3.10",
29+
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: 3 :: Only",
33+
"Topic :: Software Development :: Libraries :: Python Modules",
34+
"Typing :: Typed",
35+
]
36+
37+
[project.urls]
38+
Homepage = "https://github.com/fellowapp/prosemirror-py"
39+
Repository = "https://github.com/fellowapp/prosemirror-py"
40+
Changelog = "https://github.com/fellowapp/prosemirror-py/releases"
41+
2242
[dependency-groups]
2343
dev = [
2444
"codecov~=2.1",
@@ -31,8 +51,6 @@ dev = [
3151
"types-lxml>=2025.2.24",
3252
]
3353

34-
[tool.setuptools_scm]
35-
3654
[tool.ruff.lint]
3755
select = [
3856
"ANN",

0 commit comments

Comments
 (0)