Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Jan 4, 2024
1 parent e66cba9 commit 418e0f1
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
Expand Up @@ -2,12 +2,15 @@
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.package-data]
tokencost = ["model_prices.yaml"]

[project]
name = "tokencost"
version = "0.0.4"
authors = [
{ name="Trisha Pan", email="trishaepan@gmail.com" },
{ name="Alex Reibman", email="areibman@gmail.com" },
{ name = "Trisha Pan", email = "trishaepan@gmail.com" },
{ name = "Alex Reibman", email = "areibman@gmail.com" },
]
description = "To calculate token and translated USD cost of string and message calls to OpenAI, for example when used by AI agents"
readme = "README.md"
Expand All @@ -32,9 +35,6 @@ llama-index = [
"llama-index>=0.9.24"
]

[tool.setuptools.dynamic]
package_data = { "tokencost": ["model_prices.yaml"] }

[project.urls]
Homepage = "https://github.com/AgentOps-AI/tokencost"
Issues = "https://github.com/AgentOps-AI/tokencost/issues"

0 comments on commit 418e0f1

Please sign in to comment.