We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a930927 commit 4ac14a6Copy full SHA for 4ac14a6
setup.py
@@ -166,6 +166,9 @@ def build_extension(self, ext):
166
ext_modules=[CMakeExtension('cmake_example')],
167
packages = ['osmium', 'osmium/osm', 'osmium/replication'],
168
package_dir = {'' : 'src'},
169
+ package_data = { 'osmium': ['py.typed', '*.pyi',
170
+ 'replication/_replication.pyi',
171
+ 'osm/_osm.pyi']},
172
python_requires = ">=3.6",
173
install_requires = ['requests'],
174
cmdclass=dict(build_ext=CMakeBuild, sdist=Pyosmium_sdist),
0 commit comments