From cd373e5b0bcfa28ce9362a6e7f84c5851e763e8c Mon Sep 17 00:00:00 2001 From: Leland Boeman Date: Wed, 20 Sep 2023 12:48:53 -0700 Subject: [PATCH] update the scm root in setup.py as well as pyproject.toml --- api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/setup.py b/api/setup.py index a1af503..2c199ca 100644 --- a/api/setup.py +++ b/api/setup.py @@ -31,7 +31,7 @@ ], use_scm_version={ "write_to": "api/esprr_api/_version.py", - "root": "api/../..", + "root": "..", }, setup_requires=["setuptools_scm"], entry_points={"console_scripts": []},