Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 8215279

Browse files
committed
Cleanup old references
1 parent 59c26b4 commit 8215279

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

.coveragerc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[run]
22
omit =
33
tests/*.py
4-
intake_cmip5/_version.py
5-
intake_cmip5/__init__.py
4+
intake_cmip/_version.py
5+
intake_cmip/__init__.py
66
versioneer.py
77
setup.py

setup.cfg

+4-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
1-
[bumpversion]
2-
current_version =
3-
commit = True
4-
tag = True
5-
6-
[bumpversion:file:setup.py]
7-
search = version='{current_version}'
8-
replace = version='{new_version}'
9-
10-
[bumpversion:file:intake_cmip5/__init__.py]
11-
search = __version__ = '{current_version}'
12-
replace = __version__ = '{new_version}'
13-
141
[bdist_wheel]
152
universal = 1
163

174
[flake8]
18-
exclude = docs,versioneer.py,intake_cmip5/._version.py
5+
exclude = docs,versioneer.py,intake_cmip/._version.py
196
ignore = E203, E266, E501, W503, F401, E722
207
max-line-length = 88
218
max-complexity = 18
@@ -36,7 +23,7 @@ collect_ignore = ['setup.py']
3623
[versioneer]
3724
VCS = git
3825
style = pep440
39-
versionfile_source = intake_cmip5/_version.py
40-
versionfile_build = intake_cmip5/_version.py
26+
versionfile_source = intake_cmip/_version.py
27+
versionfile_build = intake_cmip/_version.py
4128
tag_prefix =
42-
parentdir_prefix = intake_cmip5-
29+
parentdir_prefix = intake_cmip-

0 commit comments

Comments
 (0)