Skip to content

Commit b62f053

Browse files
committed
py.typed
1 parent 374ac32 commit b62f053

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,27 @@ build-backend = "setuptools.build_meta"
77
name = "OpenGeodeWeb-Back"
88
version = "0.0.0"
99
dynamic = ["dependencies"]
10-
authors = [
11-
{ name="Geode-solutions", email="[email protected]" },
12-
]
10+
authors = [{ name = "Geode-solutions", email = "[email protected]" }]
1311
description = "OpenGeodeWeb-Back is an open source framework that proposes handy python functions and wrappers for the OpenGeode ecosystem"
1412
readme = "README.md"
1513
requires-python = ">=3.9, <3.13"
1614
classifiers = [
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]
3028
where = ["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"]

src/opengeodeweb_back/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
partial

0 commit comments

Comments
 (0)