Renamed python module
This commit is contained in:
parent
2c8e459cac
commit
2dabd4bf30
|
|
@ -14,7 +14,7 @@ requires-python = ">=3.10"
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = ["sls"]
|
packages = ["sls_py"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
sls = "sls.__main__:main"
|
sls_py = "sls_py.__main__:main"
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ root = pathlib.Path(__file__).resolve().parents[1]
|
||||||
# templates live inside the backend package
|
# templates live inside the backend package
|
||||||
template = root / "sls_build_backend" / "_version.py.in"
|
template = root / "sls_build_backend" / "_version.py.in"
|
||||||
template_dev = root / "sls_build_backend" / "_version_dev.py.in"
|
template_dev = root / "sls_build_backend" / "_version_dev.py.in"
|
||||||
output = root / "sls" / "_version.py"
|
output = root / "sls_py" / "_version.py"
|
||||||
|
|
||||||
|
|
||||||
def get_commit():
|
def get_commit():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue