-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Currently our requirements for our built-system look like this, requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]. setuptools_scm is a tool that automatically sets our project version based on our version controll system (in our case Git). Currently the version is explicitly stated, version = "1.0.0", so setuptools_scm does nothing. @hadijannat can you take a look at this? I think we should either remove setuptools_scm and always manually change our project version in the pyproject.toml file or set it up correctly so that we only change the version per Git and it is copied automatically.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working