-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (33 loc) · 1 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
[metadata]
name = gnome-dns-switcher
version = 1.3.0
description = DNS Switcher for Ubuntu Gnome
long_description = file: README.md
long_description_content_type = text/markdown
author = Anner Visser
author_email = mail@annervisser.nl
maintainer = Anner Visser
maintainer_email = mail@annervisser.nl
license = GPLv3
license_file = LICENSE
classifiers =
Intended Audience :: Information Technology
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Topic :: Utilities
keywords = gnome, ubuntu, dns, appindicator
project_urls =
Source=https://github.com/annervisser/gnome-appindicator-dns-switcher/
Issues=https://github.com/annervisser/gnome-appindicator-dns-switcher/issues
[options]
packages = find:
install_requires =
pyyaml>=5
PyGObject>=3.36.0
pycairo>=1.16.0
six>=1.9.0,<2
python_requires = >=3.6
[options.entry_points]
console_scripts =
gnome-dns-switcher=gnome_dns_switcher.__main__:main