mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-26 09:53:23 +01:00
Fix wrong path to find packages
This commit is contained in:
parent
e0fae78c05
commit
5b1e0f1737
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ setup(
|
||||
url='https://github.com/muayyad-alsadi/podman-compose',
|
||||
package_dir={'': '.'},
|
||||
py_modules=['podman_compose'],
|
||||
packages=find_packages(where='./src'),
|
||||
packages=find_packages(where='.'),
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'podman-compose = podman_compose:main'
|
||||
|
Loading…
Reference in New Issue
Block a user