chore/add-pypi (#74)

* chore: add PyPI to support links

* chore: remove outdated file
diff --git a/website/css/custom.css b/website/css/custom.css
index a3f8c57..bb91a83 100644
--- a/website/css/custom.css
+++ b/website/css/custom.css
@@ -121,7 +121,7 @@
 	-webkit-box-flex: 0;
 	-ms-flex: 0 0 20%;
 	flex: 0 0 20%;
-	max-width: 20%;
+	max-width: 16.5%;
 	padding: 100px 20px;
 	position: relative;
 	z-index: 1;
diff --git a/website/img/open_source/icon-pypi.png b/website/img/open_source/icon-pypi.png
new file mode 100644
index 0000000..8688509
--- /dev/null
+++ b/website/img/open_source/icon-pypi.png
Binary files differ
diff --git a/website/img/open_source/icon-slack.png b/website/img/open_source/icon-slack.png
deleted file mode 100644
index ef3b211..0000000
--- a/website/img/open_source/icon-slack.png
+++ /dev/null
Binary files differ
diff --git a/website/partials/_index-support-links.ejs b/website/partials/_index-support-links.ejs
index 12f031a..c4616a7 100644
--- a/website/partials/_index-support-links.ejs
+++ b/website/partials/_index-support-links.ejs
@@ -24,6 +24,14 @@
         </div>
     </div>
     <div class="support-links-area">
+            <div class="text-center" data-wow-delay=".7s">
+                <a href="https://pypi.org/project/streampipes/">
+                    <img src="/img/open_source/icon-pypi.png" alt="">
+                    <h4>PyPI</h4>
+                </a>
+            </div>
+        </div>
+    <div class="support-links-area">
         <div class="text-center" data-wow-delay="1s">
             <a href="https://stackoverflow.com/questions/tagged/streampipes">
                 <img src="/img/open_source/icon-stackoverflow.png" alt="">