File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .idea
1+ .idea
2+ * .tar.gz
3+ * .whl
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " contextplus"
3- version = " 0.1 .0"
3+ version = " 0.0 .0"
44description = " "
55authors = [" Florian Wunderlich" ]
66readme = " README.md"
@@ -11,7 +11,18 @@ wikipedia = "^1.4.0"
1111transformers = " ^4.40.2"
1212sentence-transformers = " ^2.7.0"
1313
14+ [tool .poetry-dynamic-versioning ]
15+ enable = true
16+ vcs = " git"
17+ pattern = " ^(?P<base>\\ d+\\ .\\ d+\\ .\\ d+)(-?((?P<stage>[a-zA-Z]+)\\ .?(?P<revision>\\ d+)?))?"
18+ format-jinja = """
19+ {%- if distance == 0 -%}
20+ {{- base -}}
21+ {%- else -%}
22+ {{- base }}.dev{{ distance }}+g{{commit}}
23+ {%- endif -%}
24+ """
1425
1526[build-system ]
16- requires = [" poetry-core" ]
17- build-backend = " poetry.core.masonry.api "
27+ requires = [" poetry-core>=1.0.0 " , " poetry-dynamic-versioning>=1.0.0,<2.0.0 " ]
28+ build-backend = " poetry_dynamic_versioning.backend "
You can’t perform that action at this time.
0 commit comments