-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
31 lines (28 loc) · 796 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
name = easy_kline
version = 0.1.1
author = mohder
author_email = mohder1379@gmail.com
description ="Easy_klines" is a Python library that provides a solution to the limitations of exchange APIs in retrieving candlestick data more efficiently and quickly.
long_description = file: README.md
long_description_content_type= text/markdown
url = https://github.com/mohder79/Easy_klines
project_urls =
Bug Tracker = https://github.com/mohder79/Easy_klines
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10.5
install_requires=
pandas
requests
pytz
colorama
xlsxwriter
[options.packages.find]
where = src