Skip to content

Commit 0a371e7

Browse files
committed
Fix for: 'python setup.py install' was broken since the new 'vecmath' package was not installed.
1 parent 223b382 commit 0a371e7

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
@@ -8,5 +8,5 @@
88
author='Stefan Seemayer',
99
author_email='mail@semicolonsoftware.de',
1010

11-
packages=['py2d'],
11+
packages=['py2d', 'py2d.vecmath'],
1212
)

0 commit comments

Comments
 (0)