Skip to content

Commit

Permalink
fix tool.setuptools.packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Elnaril committed Apr 3, 2023
1 parent 634a549 commit 07c2634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ __pycache__/
build/
dist/
virtualenv/
uniswap-smart-path.egg-info/
uniswap_smart_path.egg-info/

analysis/
notes/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
keywords = ["blockchain", "ethereum", "uniswap", "universal router", "swap", "path", "route", "pools"]

[tool.setuptools]
packages = ["uniswap-smart-path"]
packages = ["uniswap_smart_path"]

[project.urls]
"Homepage" = "https://github.com/Elnaril/uniswap-smart-path"
Expand Down

0 comments on commit 07c2634

Please sign in to comment.