Skip to content

Commit

Permalink
build: add missing bits to support typing
Browse files Browse the repository at this point in the history
  • Loading branch information
guludo committed Dec 9, 2021
1 parent b5bb62a commit 8d07548
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to


## Unreleased
- Nothing yet.
### Fixed
- Added missing bits to support typing.

## 0.2.0 - 2021-12-09
### Added
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
long_description_content_type='text/x-rst',
url='https://github.com/guludo/python-argparse-subdec',
packages=['argparse_subdec'],
package_data={
'argparse_subdec': ['py.typed'],
},
extras_require=extras_require,
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 8d07548

Please sign in to comment.