From a62c8a6537549997eed36f82fb593cd117c2252a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Tue, 6 Sep 2016 19:25:13 +0200 Subject: [PATCH] Added requirements.txt to release script --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 8358435..0db2780 100755 --- a/release.sh +++ b/release.sh @@ -6,7 +6,7 @@ # Deletes any previous version of the directory and the archives beforehand. NAME='google-shared-contacts-client' -FILES='COPYING outlook.csv README.md shared_contacts_profiles.py' +FILES='COPYING outlook.csv requirements.txt README.md shared_contacts_profiles.py' # Go to the script directory. cd "$(readlink -f "$(dirname "$0")")"