Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aoki-h-jp authored Nov 5, 2023
1 parent a0818b5 commit ddc35b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
name="funding-rate-arbitrage",
version="1.2.1",
description="A framework to help you easily perform funding rate arbitrage on major centralized cryptocurrency "
"exchanges.",
"exchanges.",
install_requires=["ccxt", "pandas", "rich", "matplotlib"],
packages=["funding_rate_arbitrage"],
packages=find_packages(include=["funding_rate_arbitrage*"], exclude=["img"]),
author="aoki-h-jp",
author_email="aoki.hirotaka.biz@gmail.com",
license="MIT",
packages=find_packages(include=["frarb"], exclude=["img"]),
)

0 comments on commit ddc35b1

Please sign in to comment.