Skip to content

Commit

Permalink
Moved tests into project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 11, 2024
1 parent 0a3f0db commit e3f2443
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
File renamed without changes.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,14 @@ def setup_package():
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
setup_requires=['setuptools', 'cython'],
install_requires=[],
packages=setuptools.find_packages(),
packages=[
"mkl",
],
package_data={
"mkl" : [
"tests/*.*",
]
},
ext_modules=get_extensions()
)
setup(**metadata)
Expand Down

0 comments on commit e3f2443

Please sign in to comment.