Skip to content
Snippets Groups Projects
Verified Commit e35401b8 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add CLI script

parent 2fa4b453
No related branches found
No related tags found
1 merge request!1Resolve "Fix CI pipeline"
Pipeline #1972 passed
#!/usr/bin/env python3
...@@ -10,7 +10,7 @@ setup(name='picassools', ...@@ -10,7 +10,7 @@ setup(name='picassools',
version='0.0.0', version='0.0.0',
packages=["picassools", "picassools.tests"], packages=["picassools", "picassools.tests"],
install_requires=['opencv-python', 'numpy'], install_requires=['opencv-python', 'numpy'],
scripts=['bin/median-stack'], scripts=['bin/picassools'],
test_suite='picassools.tests', test_suite='picassools.tests',
description='Collection of scripts for image manipulation.', description='Collection of scripts for image manipulation.',
long_description=long_description, long_description=long_description,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment