Skip to content

Commit

Permalink
Fix for rye sync
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzardx committed Jan 12, 2025
1 parent 360e91c commit e800d62
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">= 3.8"

[build-system]
requires = ["hatchling", "setuptools>=61.0.0"]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
Expand All @@ -25,7 +25,3 @@ allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["src/pricescoutai"]

[tool.hatch.build]
artifacts = []
force-include = []

0 comments on commit e800d62

Please sign in to comment.