From 850d893875b06a353d5b956aa673761e8ea08320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 27 Dec 2019 16:19:05 +0100 Subject: [PATCH] added MANIFEST file --- MANIFEST.in | 3 +++ satella/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..7b741275 --- /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 12f88c0c..880e9942 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1,3 +1,3 @@ # coding=UTF-8 -__version__ = '2.1.10a1' +__version__ = '2.1.10a2' -- GitLab