forked from aws-samples/aws-data-mesh-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
28 lines (26 loc) · 853 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
[metadata]
name = aws-data-mesh-utils
version = 1.0.16
author = Ian Meyers
author_email = [email protected]
license = Apache 2.0
description = The AWS Data Mesh Helper library provides automation around the most common tasks that customers need to perform to implement a data mesh architecture on AWS.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/aws-samples/aws-data-mesh-utils
project_urls =
Bug Tracker = https://github.com/aws-samples/aws-data-mesh-utils/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
check_format = False
test_mypy = False
test_flake8 = False
[options.packages.find]
where = src