diff --git a/.gitignore b/.gitignore
index 00d6a495f1bba045102d88e2cdebf16ccd4e228e..efd3b424b5918aed648530520aa9bedc67b977be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-honeyssh.egg-info
+picassools.egg-info
 __pycache__
diff --git a/setup.py b/setup.py
index a506f41956cb792ef98fee4e390b2c3dd8dc4ac8..d23e85051e3861409e4b8d8e038f0c5c4bd29c1c 100644
--- a/setup.py
+++ b/setup.py
@@ -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",