-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (40 loc) · 1.15 KB
/
setup.cfg
File metadata and controls
43 lines (40 loc) · 1.15 KB
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
# For setuptools configuration see https://setuptools.readthedocs.io.
[metadata]
name = boto_remora
author = Carlos Meza
author-email = carlos@digitalr00ts.com
description = AWS boto3 helper.
description-content-type = text/plain
long_description = file: README.md
long_description_content_type = text/markdown
;url =
project_urls =
; Bug Tracker =
Source Code = https://gitlab.com/digitlar00ts/boto-remora
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: System Administrators
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
keywords =
digitalr00ts
[options]
include_package_data = True
install_requires =
boto3
packages = find:
package_dir =
= src
requires-python = >=3.7
setup_requires =
setuptools_scm
zip_safe = False
[options.packages.find]
where = src
[options.entry_points]
;console_scripts =