How to use version determined by setuptools_scm in pyproject.toml #3423
-
| I cannot find any documentation on how to configure my  I followed their guide to include it as a build dependency and using  | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
| Hi @penguinpee , are you using the  If that is the case, you can set  (I am assuming that you are already using the  | 
Beta Was this translation helpful? Give feedback.
Hi @penguinpee , are you using the
[project]table for project metadata inpyproject.toml?If that is the case, you can set
dynamic = ["version"]and leave theversionfield unspecified.(I am assuming that you are already using the
[tool.setuptools_scm]table for the plugin settings)