Add py.typed to elftools (#507)
[pyelftools.git] / setup.py
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']}
 )