fix config
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "ai-gpt"
|
||||
name = "aigpt"
|
||||
version = "0.1.0"
|
||||
description = "Autonomous transmission AI with unique personality based on relationship parameters"
|
||||
requires-python = ">=3.10"
|
||||
@ -19,7 +19,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
ai-gpt = "ai_gpt.cli:app"
|
||||
aigpt = "aigpt.cli:app"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0", "wheel"]
|
||||
@ -29,4 +29,4 @@ build-backend = "setuptools.build_meta"
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
ai_gpt = ["data/*.json"]
|
||||
aigpt = ["data/*.json"]
|
Reference in New Issue
Block a user