Skip to content

Commit 5c4126a

Browse files
committed
setup.py/pyproject.toml: Disable setuptools-scm
* Too many side-effects
1 parent cb115df commit 5c4126a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ authors = [
1919
{name = "Jens Engel", email = "jenisys@noreply.github.com"},
2020
]
2121
description = "Simplifies to build parse types based on the parse module"
22-
dynamic = ["version"]
22+
# DISABLED: dynamic = ["version"]
23+
version = "0.6.6"
2324
readme = "README.rst"
2425
requires-python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2526
keywords = ["parse", "parsing"]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def get_this_package_version(version):
6565
# -----------------------------------------------------------------------------
6666
setup(
6767
name = "parse_type",
68-
# DISABLED: version = "0.6.3",
69-
use_scm_version={"version_scheme": get_this_package_version},
68+
version = "0.6.6",
69+
# DISABLED: use_scm_version={"version_scheme": get_this_package_version},
7070
author = "Jens Engel",
7171
author_email = "jenisys@noreply.github.com",
7272
url = "https://github.com/jenisys/parse_type",

0 commit comments

Comments
 (0)