diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
new file mode 100644
index 0000000000000000000000000000000000000000..08144455d25d5e2e159c73eecb952f19ea9b3b7e
--- /dev/null
+++ b/CONTRIBUTORS.md
@@ -0,0 +1,4 @@
+List of contributors
+====================
+
+Piotr Maślanka <pmaslanka at smok dot co>
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000000000000000000000000000000000000..85e39f5c4beafc6059d93f11c4384c71a2756074
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,3 @@
+include LICENSE
+include README.md
+include CONTRIBUTORS.md
diff --git a/README.md b/README.md
index ff0588e1f6561faec299f3d545434a50e3c5cf48..ad159837b23aab7aa0ca80f4c61c77ffcb9502da 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-snakehouse
+snakehouse~~~~
 ==========
 [![Build Status](https://travis-ci.org/smok-serwis/snakehouse.svg)](https://travis-ci.org/smok-serwis/snakehouse)
 [![PyPI](https://img.shields.io/pypi/pyversions/snakehouse.svg)](https://pypi.python.org/pypi/snakehouse)
@@ -11,7 +11,11 @@ into a single extension.
 Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension).
 
 Tested and works on CPython 3.8 and CPython 3.7, 
-both Windows and Linux.
+both Windows and [Linux](https://travis-ci.org/github/smok-serwis/snakehouse).
+
+Contributions most welcome! If you contribute, feel free to attach
+a change to [CONTRIBUTORS.md](/CONTRIBUTORS.md) as 
+a part of your pull request as well!
 
 Usage
 -----