Skip to content
Snippets Groups Projects
Commit 73f41507 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'fhennig/fix-versioneer' into 'master'

Remove vendored versioneer

See merge request !382
parents 2f0d53c0 d496020c
Branches
No related merge requests found
Pipeline #69700 failed with stages
in 17 minutes and 54 seconds
pystencils/_version.py export-subst src/pystencils/_version.py export-subst
...@@ -70,8 +70,7 @@ tests = [ ...@@ -70,8 +70,7 @@ tests = [
[build-system] [build-system]
requires = [ requires = [
"setuptools>=61", "setuptools>=61",
"versioneer>=0.29", "versioneer[toml]>=0.29",
"tomli; python_version < '3.11'",
# 'Cython' # 'Cython'
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
......
...@@ -36,7 +36,5 @@ __all__ = ['Field', 'FieldType', 'fields', ...@@ -36,7 +36,5 @@ __all__ = ['Field', 'FieldType', 'fields',
'fd', 'fd',
'stencil'] 'stencil']
from ._version import get_versions from . import _version
__version__ = _version.get_versions()['version']
__version__ = get_versions()['version']
del get_versions
This diff is collapsed.
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment