forked from nficano/python-lambda
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
Latest commit
21 lines (15 loc) · 356 Bytes
/
Copy pathsetup.cfg
File metadata and controls
21 lines (15 loc) · 356 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[bumpversion]
commit = True
tag = True
current_version = 11.9.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
[metadata]
description-file = README.md
[bumpversion:file:setup.py]
[bumpversion:file:aws_lambda/__init__.py]
[coverage:run]
source = aws_lambda
[flake8]
exclude = docs