build: Standardize metadata

This commit is contained in:
Alessandro Candido
2024-02-09 03:13:22 +01:00
parent 2e1d943ec3
commit e9702c1136

View File

@@ -5,9 +5,19 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "qibotn" name = "qibotn"
version = "0.0.1" version = "0.0.1"
description = "" description = "A tensor-network translation module for Qibo"
authors = ["Qibo Team"] authors = ["The Qibo team"]
license = "Apache License 2.0"
readme = "README.md" readme = "README.md"
homepage = "https://qibo.science/"
repository = "https://github.com/qiboteam/qibotn/"
documentation = "https://qibo.science/docs/qibotn/stable"
keywords = []
classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Physics",
]
packages = [{ include = "qibotn", from = "src" }]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9,<3.12" python = "^3.9,<3.12"