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

Fix package name

The project is called picassools with two 's' and two 'o'.
parent 78f65b55
No related branches found
No related tags found
1 merge request!1Resolve "Fix CI pipeline"
honeyssh.egg-info
picassools.egg-info
__pycache__
......@@ -8,14 +8,14 @@ with open(path.join(this_directory, 'README.md')) as f:
setup(name='picassools',
version='0.0.0',
packages=["picasools", "picasools.tests"],
packages=["picassools", "picassools.tests"],
install_requires=['opencv-python', 'numpy'],
scripts=['bin/median-stack'],
test_suite='picassools.tests',
description='Collection of scripts for image manipulation.',
long_description=long_description,
long_description_content_type='text/markdown',
url="https://gitlab.sauerburger.com/frank/picasools",
url="https://gitlab.sauerburger.com/frank/picassools",
author="Frank Sauerburger",
author_email="frank@sauerburger.com",
keywords="image maipulation median-stack",
......
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