-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
44 lines (40 loc) · 1.05 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
[metadata]
name = chwall
version = attr: chwall.__version__
description = Wallpaper changer daemon and client
keywords = wallpaper
license = WTFPL
author = Étienne Deparis
author_email = etienne@depar.is
url = https://git.umaneti.net/chwall
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: X11 Applications :: GTK
Intended Audience :: End Users/Desktop
License :: What The F*** Public License (WTFPL)
Programming Language :: Python :: 3
Topic :: Desktop Environment
[options]
zip_safe = True
include_package_data = True
packages = find:
install_requires =
cssselect
lxml
Pillow
pyxdg
pyyaml
requests
[options.entry_points]
console_scripts =
chwall = chwall.client:ChwallClient
chwall-daemon = chwall.daemon:start_daemon
gui_scripts =
chwall-app = chwall.gui.app:ChwallApp
chwall-icon = chwall.gui.icon:ChwallIcon
chwall-indicator = chwall.gui.indicator:ChwallIndicator
[options.package_data]
* = LICENSE, *.org
[options.packages.find]
exclude = tests