diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-06 20:31:43 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-06 20:31:43 +0200 |
| commit | cf09eeab98736e4e52e8909eb0ae85785751dc53 (patch) | |
| tree | b455c15554ad8581bbf2ea20ded8554bfa8e5131 /wrappers/python/setup.py | |
| parent | d2d1b4796454b38bd57af8187478634d80c51141 (diff) | |
Python setup.py: Specify src directory
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}, ) |
