-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsetup.cfg
36 lines (34 loc) · 809 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
[metadata]
name = remhind
version = 0.1.1
description = A daemon to display notifications of iCalendar events
long-description = file:README.md
long-description-content-type = text/markdown
license = GPL-3
license_file = LICENSE
classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
Operating System :: POSIX
Topic :: Utilities
Topic :: Office/Business :: Scheduling
author = Nicolas Évrard
author-email = [email protected]
test-suite = remhind.tests
[options]
zip-safe = True
packages = find:
install-requires =
aionotify
icalendar
python-dateutil
pyinotify
PyGObject
toml
tzlocal
xdg
test-require =
freezegun
[options.entry_points]
console-scripts =
remhind = remhind.__main__:main