Skip to content

Commit 87fd248

Browse files
authored
update pyproject (#3)
1 parent c35cbe0 commit 87fd248

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

pyproject.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
4-
51
[project]
62
name = "crudadmin"
7-
version = "0.1.1"
3+
version = "0.2.0"
84
description = "FastAPI-based admin interface with authentication, event logging and CRUD operations"
95
readme = "README.md"
106
requires-python = ">=3.9"
@@ -46,6 +42,16 @@ dependencies = [
4642
"greenlet>=3.1.1",
4743
]
4844

45+
[tool.hatch.build.targets.sdist]
46+
include = ["crudadmin/", "LICENSE"]
47+
48+
[tool.hatch.build.targets.wheel]
49+
include = ["crudadmin/", "LICENSE"]
50+
51+
[build-system]
52+
requires = ["hatchling"]
53+
build-backend = "hatchling.build"
54+
4955
[project.urls]
5056
Homepage = "https://github.com/igorbenav/crudadmin"
5157
Documentation = "https://igorbenav.github.io/crudadmin"

0 commit comments

Comments
 (0)