Skip to content

Commit e8de886

Browse files
committed
BLD: First attempt at dynamic ver
1 parent e8b0491 commit e8de886

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ classifiers = [
3737
"Topic :: Scientific/Engineering",
3838
]
3939
description = "Linear Panel, Instrumental Variable, Asset Pricing, and System Regression models for Python"
40-
version = "7.0.0dev0"
40+
dynamic = [
41+
'version'
42+
]
4143
keywords=[
4244
"linear models",
4345
"regression",
@@ -147,6 +149,9 @@ changelog = "https://bashtage.github.io/linearmodels/changes.html"
147149
[tool.meson-python.args]
148150
setup = ['--vsenv']
149151

152+
[tool.setuptools_scm]
153+
version_file = "arch/_version.py"
154+
150155
[tool.black]
151156
target-version = ['py310', 'py311', 'py312', 'py313']
152157
exclude = '''

0 commit comments

Comments
 (0)