From 98b25a33d08821a2948d334b223e2874979f5bd4 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 4 Dec 2020 19:28:00 +0200 Subject: [PATCH] Merge pull request #164 from aio-libs/all-repos_autofix_rename-license-file Add Apache 2 licences --- LICENSE.txt => LICENSE | 0 MANIFEST.in | 2 +- setup.cfg | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/MANIFEST.in b/MANIFEST.in index d5d4e1a..0912bc1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include LICENSE.txt +include LICENSE include CHANGES.rst include README.rst include CONTRIBUTORS.txt diff --git a/setup.cfg b/setup.cfg index c05db26..94242b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ test = pytest [metadata] -license_file = LICENSE.txt +license_file = LICENSE [pep8] max-line-length=79