@@ -19,6 +19,26 @@ license = { text = "BSD-3-Clause" }
1919keywords = [" prosemirror" , " collaborative" , " editing" ]
2020dependencies = [" 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 ]
2343dev = [
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 ]
3755select = [
3856 " ANN" ,
0 commit comments