pyproject.toml (poetry-1.1.15) | : | pyproject.toml (poetry-1.2.0) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
repository = "https://github.com/python-poetry/poetry" | repository = "https://github.com/python-poetry/poetry" | |||
documentation = "https://python-poetry.org/docs" | documentation = "https://python-poetry.org/docs" | |||
keywords = ["packaging", "dependency", "poetry"] | keywords = ["packaging", "dependency", "poetry"] | |||
classifiers = [ | classifiers = [ | |||
"Topic :: Software Development :: Build Tools", | "Topic :: Software Development :: Build Tools", | |||
"Topic :: Software Development :: Libraries :: Python Modules" | "Topic :: Software Development :: Libraries :: Python Modules" | |||
] | ] | |||
build = "build.py" | [tool.poetry.build] | |||
script = "build.py" | ||||
generate-setup-file = true | ||||
# Requirements | # Requirements | |||
[tool.poetry.dependencies] | [tool.poetry.dependencies] | |||
python = "~2.7 || ^3.4" | python = "^3.7" | |||
[tool.poetry.scripts] | ||||
foo = "foo:bar" | ||||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |