diff options
Diffstat (limited to 'wrappers/python/setup.py')
| -rwxr-xr-x | wrappers/python/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index a1ce1ee..3ae926f 100755 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -86,6 +86,7 @@ setup( version="0.1.0", packages=["eduvpncommon"], python_requires=">=3.6", + package_dir={"eduvpncommon": "src"}, package_data={"eduvpncommon": [f"lib/*{_libname}*"]}, cmdclass={"bdist_wheel": bdist_wheel}, ) |
