@@ -7,28 +7,27 @@ build-backend = "setuptools.build_meta"
77name = " OpenGeodeWeb-Back"
88version = " 0.0.0"
99dynamic = [" dependencies" ]
10- authors = [
11- {
name =
" Geode-solutions" ,
email =
" [email protected] " },
12- ]
10+ authors = [{
name =
" Geode-solutions" ,
email =
" [email protected] " }]
1311description = " OpenGeodeWeb-Back is an open source framework that proposes handy python functions and wrappers for the OpenGeode ecosystem"
1412readme = " README.md"
1513requires-python = " >=3.9, <3.13"
1614classifiers = [
17- " Programming Language :: Python :: 3" ,
18- " License :: OSI Approved :: MIT License" ,
19- " Operating System :: OS Independent" ,
15+ " Programming Language :: Python :: 3" ,
16+ " License :: OSI Approved :: MIT License" ,
17+ " Operating System :: OS Independent" ,
2018]
2119
2220[project .urls ]
2321"Homepage" = " https://github.com/Geode-solutions/OpenGeodeWeb-Back"
2422"Bug Tracker" = " https://github.com/Geode-solutions/OpenGeodeWeb-Back/issues"
2523
2624[tool .setuptools .dynamic ]
27- dependencies = {file = [" requirements.txt" ]}
25+ dependencies = { file = [" requirements.txt" ] }
2826
2927[tool .setuptools .packages .find ]
3028where = [" src" ]
3129
3230[tool .setuptools .package-data ]
3331"opengeodeweb_back.routes.schemas" = [" *.json" ]
3432"opengeodeweb_back.routes.models.schemas" = [" *.json" ]
33+ opengeodeweb_microservice = [" py.typed" ]
0 commit comments