-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
38 lines (35 loc) · 1.09 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
36
37
38
[metadata]
name = beam
license = Apache-2.0
author = Entitle I.O, Avi Zetser, Dennis Zagiansky
maintainer = Avi Zetser, Dennis Zagiansky
maintainer_email = [email protected], [email protected]
description = AWS SSM Tool
long_description = file: README.md
classifiers =
Programming Language :: Python :: 3
Intended Audience :: Developers
Intended Audience :: System Administrators
Development Status :: 4 - Beta
Operating System :: OS Independent
Topic :: System :: Systems Administration
Topic :: Utilities
License :: OSI Approved :: Apache Software License
[options]
packages = find:
python_requires = >=3.9
include_package_data = True
[options.packages.find]
exclude =
test
test.*
# Version Management for application
# Read more at https://jacobtomlinson.dev/posts/2020/versioning-and-formatting-your-python-code/
[versioneer]
VCS = git
style = pep440
versionfile_source = beam/_version.py
versionfile_build = beam/_version.py
tag_prefix =
parentdir_prefix = beam-