Skip to content

Commit 596f057

Browse files
committed
edited the setup.py file to include the stub files 📙
1 parent 51a681b commit 596f057

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ def is_numpy_installed():
194194
maintainer_email='[email protected]',
195195
license='MIT',
196196
packages=['primesieve', 'primesieve.numpy'],
197+
package_data={'primesieve': ['primesieve.pyi'],
198+
'primesieve.numpy':['primesieve_numpy.pyi']},
197199
ext_modules=ext_modules,
198200
classifiers=[
199201
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)