diff --git a/pyproject.toml b/pyproject.toml index e26ed810c8..09d15d0b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,9 @@ classifiers = [ "Topic :: Scientific/Engineering", ] description = "Linear Panel, Instrumental Variable, Asset Pricing, and System Regression models for Python" -version = "7.0.0dev0" +dynamic = [ + 'version' +] keywords=[ "linear models", "regression", @@ -147,6 +149,9 @@ changelog = "https://bashtage.github.io/linearmodels/changes.html" [tool.meson-python.args] setup = ['--vsenv'] +[tool.setuptools_scm] +version_file = "arch/_version.py" + [tool.black] target-version = ['py310', 'py311', 'py312', 'py313'] exclude = '''