We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cece88b commit 1c1ff24Copy full SHA for 1c1ff24
1 file changed
setup.py
@@ -8,6 +8,10 @@
8
author_email='miriamkwolff@outlook.com',
9
url='https://github.com/miriamkw/LoopAlgorithmToPython',
10
packages=find_packages(),
11
+ package_data={
12
+ 'loop_to_python_api': ['libLoopAlgorithmToPython.dylib'],
13
+ },
14
+ include_package_data=True,
15
install_requires=[
16
'pytest',
17
],
0 commit comments