python3: update README and setup.py trove classifiers

This commit is contained in:
Aldo Cortesi 2016-10-17 18:41:47 +13:00
parent 209c73336c
commit 43a83c89e7
2 changed files with 3 additions and 5 deletions

View File

@ -103,8 +103,8 @@ requirements installed, and you can simply run the test suite:
Please ensure that all patches are accompanied by matching changes in the test Please ensure that all patches are accompanied by matching changes in the test
suite. The project tries to maintain 100% test coverage. suite. The project tries to maintain 100% test coverage.
You can also use `tox` to run a full suite of tests in Python 2.7 and 3.5, You can also use `tox` to run the full suite of tests, including a quick test
including a quick test to check documentation and code linting. to check documentation and code linting.
The following tox environments are relevant for local testing: The following tox environments are relevant for local testing:
@ -114,9 +114,6 @@ The following tox environments are relevant for local testing:
tox -e docs # runs a does-it-compile check on the documentation tox -e docs # runs a does-it-compile check on the documentation
tox -e lint # runs the linter for coding style checks tox -e lint # runs the linter for coding style checks
We support Python 2.7 and 3.5, so please make sure all tests pass in both
environments. Running `tox` ensures all necessary tests are executed.
Documentation Documentation
------------- -------------

View File

@ -31,6 +31,7 @@ setup(
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",