File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" uv_build>=0.8.22,<0.9.0" ]
3+ build-backend = " uv_build"
4+
5+
16[project ]
27name = " pycommence"
3- version = " 0.2.2 "
8+ version = " 0.2.3 "
49description = " wrapper for Commence Rm via pywin32"
510authors = [
611 { name = " PawRequest" , email = " pycommence+pawrequest@users.noreply.github.com" }
@@ -14,9 +19,10 @@ dependencies = [
1419readme = " README.rst"
1520requires-python = " >= 3.13"
1621
17- [project . optional-dependencies ]
22+ [dependency-groups ]
1823dev = [
19- ' pytest' ,
24+ " pytest-asyncio>=1.1.0" ,
25+ " pytest>=8.3.5" ,
2026 ' autodoc_pydantic' ,
2127 " sphinx" ,
2228 " sphinx-autodoc-typehints" ,
@@ -26,21 +32,9 @@ dev = [
2632 " sphinx_rtd_dark_mode" ,
2733]
2834
29- [build-system ]
30- requires = [" hatchling" ]
31- build-backend = " hatchling.build"
32-
33- [tool .hatch .metadata ]
34- allow-direct-references = true
35-
3635[tool .ruff ]
3736line-length = 120
3837extend-select = [" Q" , " RUF100" , " UP" ]
3938flake8-quotes = { inline-quotes = " single" , multiline-quotes = " double" }
4039format.quote-style = " single"
4140
42- [dependency-groups ]
43- dev = [
44- " pytest-asyncio>=1.1.0" ,
45- " pytest>=8.3.5" ,
46- ]
You can’t perform that action at this time.
0 commit comments