choderalab / mtenn

Modular Training and Evaluation of Neural Networks
MIT License
5 stars 1 forks source link

Versioneer not working as intented #8

Closed hmacdope closed 1 year ago

hmacdope commented 1 year ago

Versioneer is not picking up the right tags as it doesn't have the right setup in pyroject.toml

[tool.versioneer]
VCS = "git"
style = "pep440"
versionfile_source = "src/myproject/_version.py"
versionfile_build = "myproject/_version.py"
tag_prefix = ""
parentdir_prefix = "myproject-"