Skip to content

Commit f956b1c

Browse files
author
Sergei Beilin (Fyndiq AB)
committed
Add bumpversion
1 parent e305253 commit f956b1c

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

setup.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
[bumpversion]
2+
current_version = 0.1.0
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:setup.py]
7+
18
[bdist_wheel]
29
universal = 1
310

4-
511
[flake8]
612
max-line-length = 140
713
exclude = */migrations/*

setup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ def read(*names, **kwargs):
2121
).read()
2222

2323

24-
# Does not work with tox:
25-
# install_requires = [
26-
# l for l in open(join(dirname(__file__), 'requirements.txt')).read().split('\n')
27-
# if l and not l.startswith('#')
28-
# ]
29-
30-
3124
setup(
3225
name='sanic-rollbar',
3326
version='0.1.0',

0 commit comments

Comments
 (0)