Skip to content

Commit 79664b0

Browse files
committed
Remove py.typed from setup.py
1 parent 8424bd7 commit 79664b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
long_description_content_type='text/markdown',
6969
version=version,
7070
packages=find_packages(exclude=['test', 'scripts', 'examples']),
71-
package_data={"autosklearn": ["py.typed"]},
7271
extras_require=extras_reqs,
7372
install_requires=install_reqs,
7473
include_package_data=True,

0 commit comments

Comments
 (0)