forked from mamba-org/quetz-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (28 loc) · 775 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 = quetz_client
version = attr: quetz_client._version.__version__
description = A Python client to interact with a Quetz server.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mamba-org/quetz-client
author = QuantCo, Inc.
author_email = [email protected]
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
include_package_data = true
install_requires =
fire
requests
python_requires = >=3.8
package_dir=
=src
packages = find:
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
quetz-client = quetz_client.cli:main