We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c5e4f commit fe29598Copy full SHA for fe29598
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
requires-python = ">= 3.7"
7
name = "pytoros"
8
-version = "0.1.2"
+version = "0.1.3"
9
description = "Download leveraged token data from Toros Finance."
10
readme = "README.md"
11
keywords = ["leverage", "toros", "crypto"]
@@ -26,8 +26,7 @@ dependencies = [
26
]
27
28
[tool.setuptools.packages.find]
29
-where = ["pytoros"]
30
-include = ["*"]
+include = ["pytoros"]
31
32
[project.urls]
33
source = "https://github.com/dhruvan2006/pytoros"
0 commit comments