1- [tool . poetry ]
1+ [project ]
22name = " cucumber-expressions"
33version = " 18.0.1"
44description = " Cucumber Expressions - a simpler alternative to Regular Expressions"
5- authors = [
" Jason Allen <[email protected] >" ]
6- license = " MIT"
7-
85readme = " README.md"
9-
10- packages = [
11- { include = " cucumber_expressions" }
6+ authors = [
7+ {
name =
" Jason Allen" ,
email =
" [email protected] " },
128]
13- include = [
14- { path = " tests" , format = " sdist" }
9+ keywords = [" cucumber" , " BDD" , " testing" , " expressions" ]
10+ license = " MIT"
11+ license-files = [
12+ " LICENSE"
1513]
16-
17- homepage = " https://github.com/cucumber/cucumber-expressions"
18- repository = " https://github.com/cucumber/cucumber-expressions"
19- documentation = " https://github.com/cucumber/cucumber-expressions"
20-
21- keywords = [" BDD" , " testing" , " cucumber" , " expressions" ]
22-
2314classifiers = [
2415 " Development Status :: 3 - Alpha" ,
2516 " Environment :: Console" ,
@@ -35,7 +26,22 @@ classifiers = [
3526 " Programming Language :: Python :: Implementation :: PyPy" ,
3627 " Topic :: Software Development :: Testing" ,
3728 " Topic :: Software Development :: Libraries :: Python Modules" ,
38- " License :: OSI Approved :: MIT License" ,
29+ " License :: OSI Approved :: MIT License" , # for compatibility with tooling such as pip-licenses",
30+ ]
31+
32+ [project .urls ]
33+ Homepage = " https://github.com/cucumber/cucumber-expressions"
34+ Repository = " https://github.com/cucumber/cucumber-expressions.git"
35+ Download = " https://pypi.python.org/pypi/cucumber-expressions"
36+ Issues = " https://github.com/cucumber/cucumber-expressions/issues"
37+ Changelog = " https://github.com/cucumber/cucumber-expressions/releases"
38+
39+ [tool .poetry ]
40+ packages = [
41+ { include = " cucumber_expressions" }
42+ ]
43+ include = [
44+ { path = " tests" , format = " sdist" }
3945]
4046
4147[tool .poetry .dependencies ]
@@ -47,7 +53,7 @@ pytest = "^8.0.0"
4753PyYAML = " ^6.0"
4854
4955[build-system ]
50- requires = [" poetry-core>=1.0 .0" ]
56+ requires = [" poetry-core>=2.2 .0" ]
5157build-backend = " poetry.core.masonry.api"
5258
5359[tool .isort ]
0 commit comments