Skip to content

Commit

Permalink
Add py.typed to elftools (#507)
Browse files Browse the repository at this point in the history
* Add py.typed to elftools

fixes #506

* Changed to single quotes
  • Loading branch information
fzakaria authored Oct 20, 2023
1 parent 8c2f14e commit d9ea5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added elftools/py.typed
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
'elftools.construct', 'elftools.construct.lib',
],

scripts=['scripts/readelf.py']
scripts=['scripts/readelf.py'],
package_data={'elftools': ['py.typed']}
)

0 comments on commit d9ea5f1

Please sign in to comment.