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

Merge branch '4-fix-ci-pipeline'

Fixes the issues with the pipeline by using the correct project name and an
existing CLI script.
parents 778ca2d1 e35401b8
Branches master
No related tags found
No related merge requests found
Pipeline #1973 passed
#!/usr/bin/env python3
......@@ -10,7 +10,7 @@ setup(name='picassools',
version='0.0.0',
packages=["picassools", "picassools.tests"],
install_requires=['opencv-python', 'numpy'],
scripts=['bin/median-stack'],
scripts=['bin/picassools'],
test_suite='picassools.tests',
description='Collection of scripts for image manipulation.',
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