Skip to content

Commit

Permalink
v0.3.0 — Warn on more toplevel names
Browse files Browse the repository at this point in the history
- Make sdists include `*.pyc` files from the test data directory
- Use [`pydantic`](https://github.com/samuelcolvin/pydantic) for configuration
  validation
- Add `app`, `cli`, `lib`, and `scripts` to the set of common toplevel names
  checked for by W005
- Support Click 8
  • Loading branch information
jwodder committed May 12, 2021
1 parent c183c23 commit 759d51c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.3.0 (in development)
-----------------------
v0.3.0 (2021-05-12)
-------------------
- Make sdists include `*.pyc` files from the test data directory
- Use [`pydantic`](https://github.com/samuelcolvin/pydantic) for configuration
validation
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 John Thorvald Wodder II
Copyright (c) 2020-2021 John Thorvald Wodder II

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/check_wheel_contents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Visit <https://github.com/jwodder/check-wheel-contents> for more information.
"""

__version__ = '0.3.0.dev1'
__version__ = '0.3.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 759d51c

Please sign in to comment.