-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
46 lines (43 loc) · 1.3 KB
/
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
38
39
40
41
42
43
44
45
46
# coding: utf-8
[metadata]
name = hostedpi
version = attr: hostedpi.__version__
description = Python interface to the Mythic Beasts Hosted Pi API
long_description = file: README.rst
author = The piwheels team
author_email = [email protected]
url = https://hostedpi.readthedocs.io/
project_urls =
Documentation = https://hostedpi.readthedocs.io/
Source Code = https://github.com/piwheels/hostedpi
Issue Tracker = https://github.com/piwheels/hostedpi/issues
keywords = raspberrypi, mythicbeasts, picloud, piwheels
license = BSD 3-Clause License
classifiers =
Development Status :: 4 - Beta
Operating System :: POSIX
Operating System :: Unix
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Intended Audience :: Developers
Topic :: Utilities
License :: OSI Approved :: BSD License
license_files = LICENSE.txt
[options]
packages = find:
python_requires = >=3.7
install_requires =
setuptools
requests
[options.extras_require]
doc =
sphinx
sphinx-rtd-theme
[options.entry_points]
console_scripts =
hostedpi = hostedpi.cli:main