-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (53 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
57
58
[metadata]
name = school-bell
description = Python scheduled ringing of the school bell
long_description = file: README.rst
long_description_content_type = text/x-rst; charset = UTF-8
url = https://github.com/psmsmets/school-bell
author = Pieter Smets
author_email = mail@pietersmets.be
maintainer = Pieter Smets
maintainer_email = mail@pietersmets.be
license = 'MIT license'
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Education
Intended Audience :: Developers
License :: OSI Approved :: MIT license
Operating System :: Unix
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Education
keywords = unix, automation, bell, gpio
project_urls =
Source = https://github.com/psmsmets/school-bell
Tracker = https://github.com/psmsmets/school-bell/issues
[options]
package_dir =
= src
packages = find_namespace:
zip_safe = False
platforms = any
include_package_data = True
python_requires = >=3.8
install_requires =
gpiozero>=1.6
requests>=2.20
schedule>=1.1.0
setup_requires =
setuptools_scm
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
school-bell = school_bell.main:main
[options.data_files]
share/school-bell =
demo.json
demo.service
[bdist_wheel]
universal = true