diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000000000000000000000000000000000000..bc9523210c47f109592d1d0ffd61971bc47bac8f
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,5 @@
+============
+Contributing
+============
+
+TODO: write how to contribute to the project
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000000000000000000000000000000000000..4a44fdbb1504bcbae0792153de8aff5065aeb11f
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,6 @@
+include AUTHORS.rst
+include CONTRIBUTING.rst
+include LICENSE.rst
+include README.rst
+
+recursive-include docs *
diff --git a/README.rst b/README.rst
index 85107078623559e37a42096399a5156922d84f7d..97e73d99bd95d731981862a8e51b762d27fd5c1d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,4 @@
+==========
 procset.py
 ==========
 
diff --git a/tests/test_procint.py b/test/test_procint.py
similarity index 100%
rename from tests/test_procint.py
rename to test/test_procint.py
diff --git a/tests/test_procset.py b/test/test_procset.py
similarity index 100%
rename from tests/test_procset.py
rename to test/test_procset.py
diff --git a/tests/test_procset_merge.py b/test/test_procset_merge.py
similarity index 100%
rename from tests/test_procset_merge.py
rename to test/test_procset_merge.py
diff --git a/tests/test_wrapper.py b/test/test_wrapper.py
similarity index 100%
rename from tests/test_wrapper.py
rename to test/test_wrapper.py