-
-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Declare support for Python 3.10 and update links (#2221)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fed6e7a
commit 5f2aaf0
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = tox | |
description = tox is a generic virtualenv management and test command line tool | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
url = http://tox.readthedocs.org | ||
url = https://tox.readthedocs.io | ||
author = Holger Krekel, Oliver Bestwalter, Bernát Gábor and others | ||
maintainer = Bernat Gabor, Oliver Bestwalter, Anthony Asottile | ||
maintainer_email = [email protected] | ||
|
@@ -26,6 +26,7 @@ classifiers = | |
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: Implementation :: CPython | ||
Programming Language :: Python :: Implementation :: PyPy | ||
Topic :: Software Development :: Libraries | ||
|
@@ -35,6 +36,7 @@ keywords = virtual, environments, isolated, testing | |
project_urls = | ||
Source=https://github.com/tox-dev/tox | ||
Tracker=https://github.com/tox-dev/tox/issues | ||
Changelog=https://tox.readthedocs.io/en/latest/changelog.html | ||
|
||
[options] | ||
packages = find: | ||
|