forked from Glocktober/r53spflat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (32 loc) · 968 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
[metadata]
name=r53spflat
version=22.02.20
author = gunville
author_email = [email protected]
description = Flattens SPF records and updates Cloudflare zones
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE.txt
url = https://github.com/Glocktober/r53spflat
project_urls =
repo = https://github.com/Glocktober/r53spflat.git
overview = https://github.com/Glocktober/r53spflat/blob/master/README.md
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords='route53 aws dns spf flattener'
[options]
include_package_data = True
package_dir =
= src
packages = find:
install_requires =
boto3>=1.21.2
sender-policy-flattener @ https://github.com/staffbase/sender_policy_flattener/tarball/master
python_requires = >=3.6
scripts =
scripts/r53spflat
[options.data_files]
[options.packages.find]
where = src