Skip to content

Commit 127a39c

Browse files
authored
Fix installation bug for CAD submodule
1 parent fe7707c commit 127a39c

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
@@ -95,7 +95,7 @@ def run(self):
9595
keywords=KEYWORDS,
9696
url=URL,
9797
license='MIT',
98-
packages=[NAME],
98+
packages=find_packages(),
9999
install_requires=REQUIRED,
100100
extras_require=EXTRAS,
101101
test_suite='nose.collector',

0 commit comments

Comments
 (0)