Skip to content

pyproject.toml: setuptools_scm used incorrectly #303

@Frosty2500

Description

@Frosty2500

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions