-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.2.0 — Support differently-normalized wheel and .dist-info names
- Paths passed to `src_dir` in a configuration file are now required to be directories - Support Python 3.9 - Support wheels whose filenames, `.dist-info` directories, and `.data` directories use different casings/spellings for the project name and/or version - Drop `read_version` build dependency
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
Visit <https://github.com/jwodder/check-wheel-contents> for more information. | ||
""" | ||
|
||
__version__ = '0.2.0.dev1' | ||
__version__ = '0.2.0' | ||
__author__ = 'John Thorvald Wodder II' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'MIT' | ||
|