diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000000000000000000000000000000000000..7b741275f0d1fedbd2b153e542ffe0df369d9a7a
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,3 @@
+include LICENSE
+include README.md
+include requirements.txt
diff --git a/satella/__init__.py b/satella/__init__.py
index 12f88c0c659270c60779fbfb572ee28fc49138dd..880e99426d25ac19a7602832e9000e3c641d2c39 100644
--- a/satella/__init__.py
+++ b/satella/__init__.py
@@ -1,3 +1,3 @@
 # coding=UTF-8
-__version__ = '2.1.10a1'
+__version__ = '2.1.10a2'