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]