forked from LetsDNS/letsdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (32 loc) · 929 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
[metadata]
author = Ralph Seichter
author_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Topic :: System :: Systems Administration
Topic :: Utilities
description = Manage DANE TLSA records in DNS servers
long_description = file: README.md
long_description_content_type = text/markdown
name = letsdns
project_urls =
Documentation = https://letsdns.org
Source = https://github.com/LetsDNS/letsdns
Tracker = https://github.com/LetsDNS/letsdns/issues
url = https://letsdns.org
version = 1.0.2.dev131831
[options]
install_requires =
cryptography
dnspython
requests
packages = find:
python_requires = >=3.7
[options.entry_points]
console_scripts =
letsdns = letsdns.__main__:main
[options.packages.find]
exclude = tests*