This is an automated email from the ASF dual-hosted git repository.
lior pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
The following commit(s) were added to refs/heads/master by this push:
new f205c08 adding requirements when building a source distribution
f205c08 is described below
commit f205c089edb22f597afe82c29a37e6100c11b5a6
Author: lidor ettinger <[email protected]>
AuthorDate: Mon Mar 22 18:55:19 2021 +0200
adding requirements when building a source distribution
---
MANIFEST.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MANIFEST.in b/MANIFEST.in
index 2356119..14ca7de 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -17,5 +17,5 @@
# under the License.
-include scripts/*
+include scripts/* requirements.txt
recursive-include liminal/build/ *