Skip to content

Commit fe29598

Browse files
committed
Fix pyproject.toml
1 parent 52c5e4f commit fe29598

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
requires-python = ">= 3.7"
77
name = "pytoros"
8-
version = "0.1.2"
8+
version = "0.1.3"
99
description = "Download leveraged token data from Toros Finance."
1010
readme = "README.md"
1111
keywords = ["leverage", "toros", "crypto"]
@@ -26,8 +26,7 @@ dependencies = [
2626
]
2727

2828
[tool.setuptools.packages.find]
29-
where = ["pytoros"]
30-
include = ["*"]
29+
include = ["pytoros"]
3130

3231
[project.urls]
3332
source = "https://github.com/dhruvan2006/pytoros"

0 commit comments

Comments
 (0)