Skip to content

Commit 19d1443

Browse files
committed
Install submodules
1 parent 6c2b59b commit 19d1443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import setup
1+
from setuptools import setup, find_packages
22

33
def readme():
44
"""
@@ -23,7 +23,7 @@ def readme():
2323
author='Marco Tezzele, Nicola Demo',
2424
2525
license='MIT',
26-
packages=['pygem'],
26+
packages=find_packages(),
2727
install_requires=[
2828
'numpy',
2929
'numpy-stl',

0 commit comments

Comments
 (0)