File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1- [build-system ]
2- requires = [" pdm-backend" ]
3- build-backend = " pdm.backend"
4-
51[project ]
62name = " crudadmin"
7- version = " 0.1.1 "
3+ version = " 0.2.0 "
84description = " FastAPI-based admin interface with authentication, event logging and CRUD operations"
95readme = " README.md"
106requires-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 ]
5056Homepage = " https://github.com/igorbenav/crudadmin"
5157Documentation = " https://igorbenav.github.io/crudadmin"
You can’t perform that action at this time.
0 commit comments