File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " contextplus"
3- version = " 0.0.0 "
3+ version = " 0.1.1 "
44description = " "
55authors = [" Florian Wunderlich" ]
66readme = " README.md"
@@ -11,18 +11,6 @@ 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- """
25-
2614[build-system ]
27- requires = [" poetry-core>=1.0.0 " , " poetry-dynamic-versioning>=1.0.0,<2.0.0 " ]
28- build-backend = " poetry_dynamic_versioning.backend "
15+ requires = [" poetry-core" ]
16+ build-backend = " poetry.core.masonry.api "
You can’t perform that action at this time.
0 commit comments