aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 3d1495867a1a2be226fbc14ae9da0a9c39266f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[metadata]
name = ch1p
version = 0.0.4
author = Evgeny Zinoviev
author_email = me@ch1p.io
description =
long_description = file: README.md
license = BSD
license_file = LICENSE
long_description_content_type = text/markdown
url = https://github.com/gch1p/ch1p-py.git
project_urls =
    Bug Tracker = https://github.com/gch1p/ch1p-py/issues
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: BSD License
    Operating System :: OS Independent

[options]
packages = ch1p
python_requires = >=3.6
include_package_data = True
install_requires =
    requests