Skip to content

Commit

Permalink
fix: pyproject.toml project name
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu007 committed Sep 22, 2024
1 parent ca3b962 commit e3fec61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
authors = [{name = "Shroominic", email = "contact@shroominic.com"}]
authors = [{name = "nobu007", email = "klvx01@gmail.com"}]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.10",
Expand Down Expand Up @@ -35,13 +35,14 @@ name = "codeinterpreterapi"
readme = "README.md"
requires-python = ">= 3.10, <3.13"
version = "0.1.17"
include = ["src/**"]

[tool.hatch.build.targets.wheel]
name = "GuiAgentLoopCore"
packages = ["GuiAgentLoopCore"]
name = "codeinterpreterapi"
packages = ["codeinterpreterapi"]

[project.urls]
Code = "https://github.com/shroominic/codeinterpreter-api"
Code = "https://github.com/nobu007/codeinterpreter-api"
Docs = "https://shroominic.github.io/codeinterpreter-api"

[build-system]
Expand All @@ -56,7 +57,6 @@ dev-dependencies = [
"pytest",
"ipython",
"pre-commit",
"codeinterpreterapi[all]",
"mkdocs-material>=9.4",
]
managed = true
Expand Down

0 comments on commit e3fec61

Please sign in to comment.