Skip to content

Commit

Permalink
pip package structure fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Oct 11, 2023
1 parent 22ecc5f commit 9a1aa58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Saikat Karmakar"]
license = "LGPL-3.0, GPL-3.0"
readme = "README.md"
packages = [{ include = "fds" }]
packages = [{ include = "fds", from = "src" }]

[tool.poetry.dependencies]
python = "^3.9" # ">=3.8,<3.12"
Expand Down
1 change: 0 additions & 1 deletion src/fds/fds_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
# from pandas import DataFrame



class FDSContract:
def __init__(self, account: AccountAPI):
self.account = account
Expand Down

0 comments on commit 9a1aa58

Please sign in to comment.