Skip to content

Commit dca90bb

Browse files
committed
Updated configuration files
1 parent 3fb1ef0 commit dca90bb

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.isort.cfg

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
[settings]
2-
line_length=115
3-
force_to_top=True
4-
indent=Tab
5-
multi_line_output=3
6-
import_heading_stdlib=stdlib
7-
import_heading_thirdparty=3rd party
8-
import_heading_firstparty=this package
9-
import_heading_localfolder=this package
10-
balanced_wrapping=False
11-
lines_between_types=0
12-
use_parentheses=True
13-
default_section=THIRDPARTY
2+
line_length = 115
3+
force_to_top = True
4+
indent = Tab
5+
multi_line_output = 3
6+
import_heading_stdlib = stdlib
7+
import_heading_thirdparty = 3rd party
8+
import_heading_firstparty = this package
9+
import_heading_localfolder = this package
10+
balanced_wrapping = False
11+
lines_between_types = 0
12+
use_parentheses = True
13+
default_section = THIRDPARTY
1414
;no_lines_before=LOCALFOLDER
15-
known_third_party=
16-
github
17-
requests
15+
known_third_party =
1816
coverage
1917
flake8
18+
github
2019
pytest
2120
pytest-cov
2221
pytest-randomly
2322
pytest-rerunfailures
24-
known_first_party=
25-
coverage_pyver_pragma
23+
requests
24+
known_first_party = coverage_pyver_pragma

__pkginfo__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"console_scripts": []
5454
}
5555

56-
__license__ = "LGPLV3+"
56+
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
5757

5858
short_desc = "Plugin for Coverage.py to selectively ignore branches depending on the Python version."
5959

@@ -83,6 +83,7 @@
8383
classifiers = [
8484
'Development Status :: 4 - Beta',
8585
'Intended Audience :: Developers',
86+
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
8687
'Operating System :: OS Independent',
8788
'Programming Language :: Python',
8889
'Programming Language :: Python :: 3 :: Only',

0 commit comments

Comments
 (0)