File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install dependencies
27
27
run : |
28
28
python -m pip install --upgrade pip
29
- pip install hatchling twine build
29
+ pip install hatchling twine build hatch-vcs
30
30
- name : Build app
31
31
run : |
32
32
python -m build
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" hatchling" ]
2
+ requires = [" hatchling" , " hatch_vcs " ]
3
3
build-backend = " hatchling.build"
4
4
5
5
[project ]
6
6
name = " PyReprism"
7
+ version = " 0.0.3"
7
8
authors = [
8
9
{
name =
" UNLV EVOL LAB" ,
email =
" [email protected] " },
9
10
]
@@ -24,9 +25,6 @@ classifiers = [
24
25
" Operating System :: OS Independent" ,
25
26
]
26
27
27
- [tool .hatch .version .sources .git ]
28
- tag-pattern = " v*"
29
-
30
28
[tool .hatch .build .targets .wheel ]
31
29
packages = [" src/PyReprism" ]
32
30
Original file line number Diff line number Diff line change 3
3
pytest-cov
4
4
build
5
5
twine
6
- hatchling
6
+ hatchling
7
+ hatch-vcs
You can’t perform that action at this time.
0 commit comments