Add pyproject

This commit is contained in:
mudler
2023-08-20 12:00:44 +02:00
parent b9b083f059
commit a3300dfb6d

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "localagi"
version = "0.0.1"
authors = [
{ name="Ettore Di Giacinto", email="mudler@localai.io" },
]
description = "LocalAGI"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/mudler/LocalAGI"
"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues"