docs: Add metadata to Python package for PyPI (#1549)
This commit is contained in:
@@ -5,13 +5,20 @@ build-backend = "maturin"
|
|||||||
[project]
|
[project]
|
||||||
name = "topgrade"
|
name = "topgrade"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
description = "Upgrade all the things"
|
||||||
|
readme = "README.md"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
"Programming Language :: Rust",
|
"Programming Language :: Rust",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
urls.bugs = "https://github.com/topgrade-rs/topgrade/issues"
|
||||||
|
urls.homepage = "https://github.com/topgrade-rs/topgrade"
|
||||||
|
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
bindings = "bin"
|
bindings = "bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user