Commit 5d684a36 by Bartosz Sokorski Committed by GitHub

pyproject.toml cleanup (#7851)

parent 9016efc1
...@@ -9,29 +9,23 @@ maintainers = [ ...@@ -9,29 +9,23 @@ maintainers = [
"Arun Babu Neelicattu <arun.neelicattu@gmail.com>", "Arun Babu Neelicattu <arun.neelicattu@gmail.com>",
"Bjorn Neergaard <bjorn@neersighted.com>", "Bjorn Neergaard <bjorn@neersighted.com>",
"Branch Vincent <branchevincent@gmail.com>", "Branch Vincent <branchevincent@gmail.com>",
"Bryce Drennan <github@accounts.brycedrennan.com>",
"Daniel Eades <danieleades@hotmail.com>",
"Randy Döring <radoering.poetry@gmail.com>", "Randy Döring <radoering.poetry@gmail.com>",
"Steph Samson <hello@stephsamson.com>", "Steph Samson <hello@stephsamson.com>",
"finswimmer <finswimmer77@gmail.com>", "finswimmer <finswimmer77@gmail.com>",
"Secrus <b.sokorski@gmail.com>",
] ]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
packages = [ packages = [
{ include = "poetry", from = "src" } { include = "poetry", from = "src" }
] ]
include = [ include = [
{ path = "tests", format = "sdist" } { path = "tests", format = "sdist" }
] ]
homepage = "https://python-poetry.org/" homepage = "https://python-poetry.org/"
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"
...@@ -40,8 +34,6 @@ classifiers = [ ...@@ -40,8 +34,6 @@ classifiers = [
[tool.poetry.urls] [tool.poetry.urls]
Changelog = "https://python-poetry.org/history/" Changelog = "https://python-poetry.org/history/"
[tool.poetry.build]
generate-setup-file = false
# Requirements # Requirements
[tool.poetry.dependencies] [tool.poetry.dependencies]
...@@ -113,7 +105,7 @@ poetry = "poetry.console.application:main" ...@@ -113,7 +105,7 @@ poetry = "poetry.console.application:main"
[build-system] [build-system]
requires = ["poetry-core>=1.1.0"] requires = ["poetry-core>=1.5.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment