From 85c4a83baf79b43807d4a4e3290b8fdc11957c2a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 1 Jan 2017 07:25:54 +0200 Subject: [PATCH] - Removed fabfile.py from manifest as Fabric is no longer used in this project. --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 628f881..58a23e7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,6 @@ recursive-include eb-prune *.py exclude .pre-commit-config.yaml exclude .travis.yml -exclude fabfile.py include *.rst include *.txt include VERSION -- GitLab