Skip to content

Commit

Permalink
build: comment out [project] section since it breaks pipx -e
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 5, 2025
1 parent 5fbc0ac commit 19e75d5
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@ packages = [

include = ["gptme/server/static/**/*", "media/logo.png"]

[project]
name = "gptme"
dependencies = [
"python = \"^3.10\"",
"click = \"^8.0\"",
"python-dotenv = \"^1.0.0\"",
"rich = \"^13.5.2\"",
"tabulate = \"*\"",
"pick = \"^2.2.0\"",
"tiktoken = \">=0.7\"",
"tomlkit = \"*\"",
"typing-extensions = \"*\"",
"platformdirs = \"^4.3\"",
"lxml = \"*\"",
"ipython = \"^8.17.2\"",
"bashlex = \"^0.18\"",
]

[project.scripts]
gptme = "gptme.cli:main"
gptme-server = "gptme.server.cli:main"
gptme-eval = "gptme.eval.main:main"
gptme-util = "gptme.util.cli:main"
gptme-nc = "gptme.ncurses:main"
#[project]
#name = "gptme"
#dependencies = [
# "python = \"^3.10\"",
# "click = \"^8.0\"",
# "python-dotenv = \"^1.0.0\"",
# "rich = \"^13.5.2\"",
# "tabulate = \"*\"",
# "pick = \"^2.2.0\"",
# "tiktoken = \">=0.7\"",
# "tomlkit = \"*\"",
# "typing-extensions = \"*\"",
# "platformdirs = \"^4.3\"",
# "lxml = \"*\"",
# "ipython = \"^8.17.2\"",
# "bashlex = \"^0.18\"",
#]
#
#[project.scripts]
#gptme = "gptme.cli:main"
#gptme-server = "gptme.server.cli:main"
#gptme-eval = "gptme.eval.main:main"
#gptme-util = "gptme.util.cli:main"
#gptme-nc = "gptme.ncurses:main"

[tool.poetry.scripts]
gptme = "gptme.cli:main"
Expand Down

0 comments on commit 19e75d5

Please sign in to comment.