File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Checkout source
1414 uses : actions/checkout@v4
15+ with :
16+ fetch-depth : 0
1517
1618 - name : Set up Python
1719 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling>=1.24.0" ]
2+ requires = [" hatchling>=1.24.0" , " hatch-vcs>=0.4 " ]
33build-backend = " hatchling.build"
44
55[project ]
66name = " cosmic-torch"
7- version = " 0.1.0"
87description = " Equivariant convolution on molecule structure point clouds"
98readme = " README.md"
109requires-python = " >=3.10"
10+ dynamic = [" version" ]
1111authors = [
1212 { name = " Tim Kucera" , email = " kucera@biochem.mpg.de" },
1313]
@@ -29,3 +29,6 @@ Issues = "https://github.com/BorgwardtLab/Cosmo/issues"
2929[tool .hatch .build .targets .wheel ]
3030packages = [" cosmic" ]
3131
32+ [tool .hatch .version ]
33+ source = " vcs"
34+
You can’t perform that action at this time.
0 commit comments