From 3ce6813a00e6ba45b52d4e0a54350809bf176fc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 18 Mar 2020 16:00:43 +0100
Subject: [PATCH] add a manifest and contributors list

---
 CONTRIBUTORS.md | 4 ++++
 MANIFEST.in     | 3 +++
 README.md       | 8 ++++++--
 3 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 CONTRIBUTORS.md
 create mode 100644 MANIFEST.in

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
new file mode 100644
index 0000000..0814445
--- /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 0000000..85e39f5
--- /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 ff0588e..ad15983 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
 -----
-- 
GitLab