File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 with :
2525 python-version : " 3.10"
2626
27- - name : Install dependencies
28- run : |
29- uv sync
30-
3127 - name : Build release distributions
3228 run : |
3329 uv build
Original file line number Diff line number Diff line change 11[project ]
22name = " fastapi-amis"
3- version = " 1 .0.1"
3+ version = " 0 .0.1"
44description = " FastAPI Amis"
55readme = " README.md"
66requires-python = " >=3.10"
@@ -30,19 +30,7 @@ classifiers = [
3030 " Programming Language :: Python :: 3.12" ,
3131]
3232
33- [project .urls ]
34- Homepage = " https://github.com/InfernalAzazel/fastapi-amis"
35- Documentation = " https://infernalazazel.github.io/fastapi-amis/"
36- Repository = " https://github.com/InfernalAzazel/fastapi-amis"
37-
38- [build-system ]
39- requires = [" hatchling" ]
40- build-backend = " hatchling.build"
41-
42- [tool .hatch .build .targets .wheel ]
43- packages = [" fastapi_amis" ]
44-
45- [dependency-groups ]
33+ [project .optional-dependencies ]
4634dev = [
4735 " fastapi-users[beanie]>=14.0.1" ,
4836 " fastapi[standard]>=0.117.1" ,
@@ -56,4 +44,14 @@ dev = [
5644 " ujson>=5.11.0" ,
5745]
5846
47+ [project .urls ]
48+ Homepage = " https://github.com/InfernalAzazel/fastapi-amis"
49+ Documentation = " https://infernalazazel.github.io/fastapi-amis/"
50+ Repository = " https://github.com/InfernalAzazel/fastapi-amis"
5951
52+ [build-system ]
53+ requires = [" hatchling" ]
54+ build-backend = " hatchling.build"
55+
56+ [tool .hatch .build .targets .wheel ]
57+ packages = [" fastapi_amis" ]
You can’t perform that action at this time.
0 commit comments