github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/clients/python/pyproject.toml (about)

     1  [build-system]
     2  requires = ["hatchling"]
     3  build-backend = "hatchling.build"
     4  
     5  [project]
     6  name = "bacalhau_apiclient"
     7  version = "0.3.22.post4"
     8  authors = [
     9  { name="Enrico Rotundo", email="enrico.rotundo@gmail.com" },
    10  ]
    11  description = "A Python client for the Bacalhau public API - https://github.com/filecoin-project/bacalhau/tree/main/clients/python"
    12  readme = "README.md"
    13  requires-python = ">=3.6.2"
    14  classifiers = [
    15      "Programming Language :: Python :: 3",
    16      "Operating System :: OS Independent",
    17  ]
    18  
    19  [project.urls]
    20  "Homepage" = "https://github.com/filecoin-project/bacalhau/"
    21  "Bug Tracker" = "https://github.com/filecoin-project/bacalhau/issues"