File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 5
5
poetry install
6
6
7
7
test :
8
- pytest tests/*
8
+ poery run pytest tests/*
9
9
10
10
cleandist :
11
11
rm -rf dist/
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ packages = [
30
30
]
31
31
32
32
33
+ [tool .poetry-dynamic-versioning ]
34
+ enable = true
35
+ vcs = " git"
36
+ style = " pep440"
37
+
33
38
[tool .poetry .dependencies ]
34
39
python = " ^3.8"
35
40
linkml = " ^1.3.13"
@@ -47,9 +52,10 @@ twine = "^4.0.1"
47
52
48
53
[tool .poetry .dev-dependencies ]
49
54
50
- [build-system ]
51
- requires = [" poetry-core>=1.0.0" ]
52
- build-backend = " poetry.core.masonry.api"
53
55
54
56
[tool .poetry .extras ]
55
- docs = [" Sphinx" , " sphinxcontrib-mermaid" ]
57
+ docs = [" Sphinx" , " sphinxcontrib-mermaid" ]
58
+
59
+ [build-system ]
60
+ requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning" ]
61
+ build-backend = " poetry_dynamic_versioning.backend"
You can’t perform that action at this time.
0 commit comments