fix argument

This commit is contained in:
Ondrej Samohel 2022-03-31 14:12:38 +02:00
parent 5b81a43c7c
commit 67bc56c8bc
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -188,5 +188,5 @@ setup(
}
},
executables=executables,
package_dir=[]
packages=[]
)