Skip to content

Commit cc63a48

Browse files
remove setup prototype ref
1 parent 521ffe6 commit cc63a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def run(self):
567567
long_description_content_type="text/markdown",
568568
license="BSD",
569569
packages=find_packages(exclude=("test",)),
570-
package_data={package_name: ["*.dll", "*.dylib", "*.so", "prototype/datasets/_builtin/*.categories"]},
570+
package_data={package_name: ["*.dll", "*.dylib", "*.so"]},
571571
zip_safe=False,
572572
install_requires=get_requirements(),
573573
extras_require={

0 commit comments

Comments
 (0)