mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
Merge pull request #606 from miurahr/topic/miurahr/setuptools/drop-setup-cfg
All build configurations on pyproject.toml
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[project]
|
||||
name = "aqtinstall"
|
||||
description = "Another unofficial Qt installer"
|
||||
readme = "README.rst"
|
||||
license = {text = "MIT License"}
|
||||
authors = [
|
||||
{name = "Hiroshi Miura", email = "miurahr@linux.com"},
|
||||
@@ -33,7 +32,16 @@ dependencies = [
|
||||
"semantic_version",
|
||||
"texttable",
|
||||
]
|
||||
dynamic = ["version", "entry-points"]
|
||||
dynamic = ["version", "readme"]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["aqt"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
readme = {file = ["README.rst"]}
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
aqt = ["*.yml", "*.json", "*.ini"]
|
||||
|
||||
[project.scripts]
|
||||
aqt = "aqt.__main__:main"
|
||||
|
||||
Reference in New Issue
Block a user