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

[options]
packages = inverterd
python_requires = >=3.6
include_package_data = True