From ba75f74a14bfb5f4aab1b58d5441d8765377f7d2 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Wed, 16 Oct 2019 20:40:52 +0200 Subject: [PATCH] Patching LICENSE --- MANIFEST.in | 4 ++-- conda/meta.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 82d40924..4a6bfd23 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.rst buildout.cfg COPYING version.txt requirements.txt -recursive-include doc *.rst *.png *.ico *.txt \ No newline at end of file +include README.rst buildout.cfg LICENSE version.txt requirements.txt +recursive-include doc *.rst *.png *.ico *.txt diff --git a/conda/meta.yaml b/conda/meta.yaml index 5d72a8f0..0a33ea32 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -75,4 +75,4 @@ about: home: https://www.idiap.ch/software/bob/ license: GNU General Public License v3 (GPLv3) license_family: GPL - license_file: ../COPYING + license_file: ../LICENSE -- GitLab