Add open source project metadata
This commit is contained in:
@@ -6,8 +6,23 @@ build-backend = "setuptools.build_meta"
|
||||
name = "aituner"
|
||||
version = "0.1.0"
|
||||
description = "AITuner study orchestrator for OpenAI-compatible serving engines"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = {text = "MIT"}
|
||||
authors = [{name = "AITuner contributors"}]
|
||||
dependencies = []
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: Science/Research",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = []
|
||||
|
||||
[project.scripts]
|
||||
aituner = "aituner.cli:main"
|
||||
|
||||
Reference in New Issue
Block a user