-
Notifications
You must be signed in to change notification settings - Fork 16
/
setup.cfg
36 lines (28 loc) · 840 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
29
30
31
32
33
34
35
[bumpversion]
current_version = 0.6.1
tag = True
commit = True
[bdist_wheel]
universal = 1
[yapf]
based_on_style = pep8
column_limit = 100
continuation_align_style = SPACE
dedent_closing_brackets = True
each_dict_entry_on_separate_line = True
join_multiple_lines = False
split_arguments_when_comma_terminated = True
split_before_bitwise_operator = True
split_before_closing_bracket = True
split_before_expression_after_opening_paren = True
split_before_first_argument = True
split_before_logical_operator = True
split_before_named_assigns = True
[bumpversion:file:setup.py]
[bumpversion:file:plastid/__init__.py]
[bumpversion:file:CHANGES.rst]
search = Unreleased
replace = plastid [{new_version}] = [{utcnow.year}-{utcnow.month:0>2}-{utcnow.day:0>2}]
[bumpversion:file:docs/source/conf.py]
[nosetests]
logging-filter = -matplotlib