Skip to content

Commit 0c4aa66

Browse files
committed
Merge branch 'master' into beta/2021
2 parents 134e3f0 + 154c64f commit 0c4aa66

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
@@ -26,7 +26,7 @@
2626
import versioneer
2727

2828
from Cython.Build import cythonize
29-
from setuptools import setup, Extension
29+
from setuptools import setup, Extension, find_packages
3030

3131
import numpy as np
3232

@@ -125,7 +125,7 @@ def getpyexts():
125125
license="Apache 2.0",
126126
author="Intel Corporation",
127127
url='https://github.com/IntelPython/PyDPPL',
128-
packages=['dppl'],
128+
packages=find_packages(include=["dppl", "dppl.*"]),
129129
ext_modules = getpyexts(),
130130
setup_requires=requirements,
131131
cffi_modules=[

0 commit comments

Comments
 (0)