This commit is contained in:
Erick Friis
2024-04-19 16:26:14 -07:00
parent 4d8617a946
commit 2e82bd10b7
2 changed files with 2 additions and 25 deletions

View File

@@ -1,7 +0,0 @@
from pathlib import Path
import sys
if __name__ == "__main__":
# unpack args
lib_path = Path(sys.argv[1])
pyproject_path = lib_path / "pyproject.toml"