Fix wrong path to find packages

This commit is contained in:
Artur Barseghyan 2019-08-22 00:01:51 +02:00
parent e0fae78c05
commit 5b1e0f1737

View File

@ -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'