generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
35 lines (33 loc) · 1.02 KB
/
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
32
33
34
35
[metadata]
name = binance-reporting
version = 0.2.0.2
author = Jan Abraham
author_email = [email protected]
description = Binance Reporting Library
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://binance-reporting.readthedocs.io/en/latest/
project_urls =
Documentation = https://binance-reporting.readthedocs.io/en/latest/
Source Code = https://github.com/JanAbraham/binance-reporting
Bug Tracker = https://github.com/JanAbraham/binance-reporting/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
license = OSI Approved :: GNU General Public License v3 (GPLv3)
platform = Windows, Linux, MacOS
[options]
package_dir =
packages = find:
python_requires = >=3.9
install_requires =
pyyaml
pandas
python-telegram-bot
python-binance
finta
keywords=
python, binance, reporting, crypto, trading, bot, mining
[options.packages.find]
where =