-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (26 loc) · 810 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
[metadata]
name = cbp-client
version = 1.1.5
author = TerrellV
author_email = [email protected]
description = An unofficial python package for interacting with the Coinbase Pro API
long_description = file: README.md
long_description_content_type = text/markdown
keywords = coinbase, coinbase pro, cbp, crypto, bitcoin, coinbasepro, python, api
url = https://github.com/TerrellV/python-coinbasepro
project_urls =
Bug Tracker = https://github.com/TerrellV/python-coinbasepro/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
install_requires =
requests ==2.25.1
packages = find:
python_requires = >=3.6
[options.packages.find]
exclude =
tests
# [options.packages.find]
# where = cbp_client