Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Jan 4, 2024
1 parent cf88220 commit e66cba9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
"tiktoken>=0.5.2",
"pyyaml>=6.0.1"
]

[project.optional-dependencies]
dev = [
"pytest>=7.4.4",
Expand All @@ -31,9 +32,9 @@ llama-index = [
"llama-index>=0.9.24"
]

[tool.setuptools.package_data]
tokencost = ["model_prices.yaml"]
[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"
Issues = "https://github.com/AgentOps-AI/tokencost/issues"

0 comments on commit e66cba9

Please sign in to comment.