Skip to content

Commit f276398

Browse files
Fix minor errors in doc8 wheel ABOUT and comments
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 230c267 commit f276398

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ script:
102102
# - ./bin/py.test -n 2 -vvs --cov=src tests/scancode
103103
# - echo $TEST_SUITE
104104
- $TEST_SUITE
105-
# Testing Docs
105+
# Documentation Test Scripts
106106
- source bin/activate
107107
- cd docs
108108
- "./scripts/sphinx_build_link_check.sh"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def read(*names, **kwargs):
221221
'spdx-tools >= 0.6.0',
222222
'unicodecsv',
223223

224-
# ScanCode Docs Primary
224+
# ScanCode Docs
225225
'Sphinx < 2.0; python_version == "2.7"',
226226
'Sphinx >= 2.0; python_version > "3"',
227227
'sphinx_rtd_theme >= 0.4.3',

thirdparty/doc8-0.8.0-py2.py3-none-any.whl.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage_url: https://github.com/PyCQA/doc8
1010
owner_url: https://github.com/PyCQA
1111
owner: OpenStack
1212
13-
license_expression: bsd-simplified OR bsd-new OR mit
13+
license_expression: apache-2.0
1414
licenses:
1515
- key: apache-2.0
1616
name: Apache 2.0 License

0 commit comments

Comments
 (0)