Skip to content

Commit e30135c

Browse files
committed
bump version to 0.2.3 and publish pypi
1 parent b439343 commit e30135c

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
[build-system]
2+
requires = ["uv_build>=0.8.22,<0.9.0"]
3+
build-backend = "uv_build"
4+
5+
16
[project]
27
name = "pycommence"
3-
version = "0.2.2"
8+
version = "0.2.3"
49
description = "wrapper for Commence Rm via pywin32"
510
authors = [
611
{ name = "PawRequest", email = "pycommence+pawrequest@users.noreply.github.com" }
@@ -14,9 +19,10 @@ dependencies = [
1419
readme = "README.rst"
1520
requires-python = ">= 3.13"
1621

17-
[project.optional-dependencies]
22+
[dependency-groups]
1823
dev = [
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]
3736
line-length = 120
3837
extend-select = ["Q", "RUF100", "UP"]
3938
flake8-quotes = { inline-quotes = "single", multiline-quotes = "double" }
4039
format.quote-style = "single"
4140

42-
[dependency-groups]
43-
dev = [
44-
"pytest-asyncio>=1.1.0",
45-
"pytest>=8.3.5",
46-
]

0 commit comments

Comments
 (0)