We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5b1e7 commit 7e2514eCopy full SHA for 7e2514e
pyproject.toml
@@ -57,7 +57,8 @@ Documentation = "https://fastapi-jsonapi.readthedocs.io/"
57
Source = "https://github.com/mts-ai/FastAPI-JSONAPI"
58
59
[tool.hatch.version]
60
-path = "fastapi_jsonapi/__init__.py"
+path = "fastapi_jsonapi/VERSION"
61
+pattern = "(?P<version>[^']+)"
62
63
[tool.hatch.build.targets.sdist]
64
include = [
0 commit comments