Skip to content

Commit 7e34e9e

Browse files
committed
adapt versioning
1 parent c06bba9 commit 7e34e9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/app/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ build-backend = "setuptools.build_meta"
1616
# from app.version import version
1717
# print(f"Project version: {version}")
1818
# ```
19-
root = ".." # Defines the path to the root of the repository
20-
version_file = "version.py"
19+
root = "...." # Defines the path to the root of the repository
20+
version_file = "app/version.py"
2121

2222
[project]
2323
name = "basyx-python-server"

0 commit comments

Comments
 (0)