Skip to content

Commit 8d07548

Browse files
committed
build: add missing bits to support typing
1 parent b5bb62a commit 8d07548

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
77

88

99
## Unreleased
10-
- Nothing yet.
10+
### Fixed
11+
- Added missing bits to support typing.
1112

1213
## 0.2.0 - 2021-12-09
1314
### Added

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
long_description_content_type='text/x-rst',
2323
url='https://github.com/guludo/python-argparse-subdec',
2424
packages=['argparse_subdec'],
25+
package_data={
26+
'argparse_subdec': ['py.typed'],
27+
},
2528
extras_require=extras_require,
2629
classifiers=[
2730
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)