Add py.typed to elftools (#507)
authorFarid Zakaria <farid.m.zakaria@gmail.com>
Fri, 20 Oct 2023 17:37:11 +0000 (17:37 +0000)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 17:37:11 +0000 (10:37 -0700)
* Add py.typed to elftools

fixes #506

* Changed to single quotes

elftools/py.typed [new file with mode: 0644]
setup.py

diff --git a/elftools/py.typed b/elftools/py.typed
new file mode 100644 (file)
index 0000000..e69de29
index ea7568035d33f845fe9138ff08617e90c87ab438..1b0400c6f4245051b709b8d14f46bb5dcf418dec 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -44,5 +44,6 @@ setup(
         'elftools.construct', 'elftools.construct.lib',
         ],
 
-    scripts=['scripts/readelf.py']
+    scripts=['scripts/readelf.py'],
+    package_data={'elftools': ['py.typed']}
 )