Skip to content

Releases: jwodder/check-wheel-contents

v0.3.0 — Warn on more toplevel names

12 May 15:15
v0.3.0

Choose a tag to compare

  • Make sdists include *.pyc files from the test data directory
  • Use pydantic for configuration validation
  • Add app, cli, lib, and scripts to the set of common toplevel names checked for by W005
  • Support Click 8

v0.2.0 — Support differently-normalized wheel and .dist-info names

07 Nov 21:20
v0.2.0

Choose a tag to compare

  • 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

v0.1.0 — Initial release

02 Apr 19:51
v0.1.0

Choose a tag to compare