pyproject: don't use local version for test pypi
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ env/
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*~
|
*~
|
||||||
venv
|
venv
|
||||||
|
.venv
|
||||||
#*#
|
#*#
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
|
|||||||
@@ -51,4 +51,4 @@ where = ["src"]
|
|||||||
pythonpath = ["src"]
|
pythonpath = ["src"]
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
# Empty
|
local_scheme = "no-local-version"
|
||||||
|
|||||||
Reference in New Issue
Block a user