From 1a4400cc7fe50f1b84de47a6d8b8180e241600f1 Mon Sep 17 00:00:00 2001 From: anish-devgit Date: Tue, 13 Jan 2026 18:10:52 +0530 Subject: [PATCH] Run 'mv apache-2.0.LICENSE LICENSE' & update config Fixes #194. Renames license file to standard 'LICENSE' filename for GitHub detection. Updates setup.cfg and MANIFEST.in references. Signed-off-by: anish-devgit --- apache-2.0.LICENSE => LICENSE | 0 MANIFEST.in | 2 +- setup.cfg | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename apache-2.0.LICENSE => LICENSE (100%) diff --git a/apache-2.0.LICENSE b/LICENSE similarity index 100% rename from apache-2.0.LICENSE rename to LICENSE diff --git a/MANIFEST.in b/MANIFEST.in index ef3721e..773d373 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ graft src -include *.LICENSE +include LICENSE include NOTICE include *.ABOUT include *.toml diff --git a/setup.cfg b/setup.cfg index 42ff897..9aa4cad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ keywords = docs license_files = - apache-2.0.LICENSE + LICENSE NOTICE [options]