-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (30 loc) · 835 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
32
33
34
35
36
37
[metadata]
name = pyhakuna
version = 0.0.4
description = A Python library to access the API of hakuna.ch
# long_description = see setup.py
long_description_content_type = text/markdown
license = BSD 3-Clause License
license_file = LICENSE
author = Christian Mäder
author_email = [email protected]
url = https://github.com/cimnine/hakunaStreamDeck
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python :: 3
Topic :: Software Development
[options]
install_requires =
requests >= 2.27.1
package_dir =
= .
packages = find:
python_requires = >=3.7
[options.packages.find]
where = .