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 0ed550d commit 34abbfaCopy full SHA for 34abbfa
setup.cfg
@@ -151,3 +151,7 @@ packages=find:
151
152
[options.packages.find]
153
where=src
154
+
155
+[options.package_data]
156
+vws =
157
+ py.typed
setup.py
@@ -17,7 +17,6 @@
17
setup(
18
version=versioneer.get_version(), # type: ignore
19
cmdclass=versioneer.get_cmdclass(), # type: ignore
20
- package_data={'vws': ['py.typed']},
21
install_requires=INSTALL_REQUIRES,
22
extras_require={'dev': DEV_REQUIRES},
23
)
0 commit comments