Skip to content

Commit

Permalink
temp: bork the classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 30, 2023
1 parent cf6550f commit 9f271cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
classifiers = """\
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Xicense :: OSI Approved :: Xpache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Expand Down Expand Up @@ -116,7 +116,7 @@
long_description=long_description,
long_description_content_type='text/x-rst',
keywords='code coverage testing',
license='Apache-2.0',
license='Apache Software License 2.0',
license_files=["LICENSE.txt"],
classifiers=classifier_list,
url="https://github.com/nedbat/coveragepy",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ commands =
# If this command fails, see the comment at the top of doc/cmd.rst
python -m cogapp -cP --check --verbosity=1 doc/*.rst
python -m cogapp -cP --check --verbosity=1 .github/workflows/*.yml
python -m pylint --notes= --ignore-paths 'doc/_build/.*' {env:LINTABLE}
#python -m pylint --notes= --ignore-paths 'doc/_build/.*' {env:LINTABLE}
check-manifest --ignore 'doc/sample_html/*,.treerc'
# If 'build -q' becomes a thing (https://github.com/pypa/build/issues/188),
# this can be simplified:
Expand Down

0 comments on commit 9f271cc

Please sign in to comment.