From 7db047294478ce29574ea4e76029b66a5f984c37 Mon Sep 17 00:00:00 2001 From: "isfun.dev@gmail.com" Date: Wed, 17 Jun 2026 11:06:29 +0500 Subject: [PATCH] Add NOTICE copyright file --- MANIFEST.in | 2 +- NOTICE | 5 +++++ setup.cfg | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 NOTICE diff --git a/MANIFEST.in b/MANIFEST.in index 2b700cc..36397bb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include CHANGELOG.md LICENSE README.md README.rst \ No newline at end of file +include CHANGELOG.md LICENSE NOTICE README.md README.rst diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..64746e4 --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +json-logging-python + +Copyright 2017 Bob T. and json-logging contributors + +This product includes software developed for the json-logging-python project. diff --git a/setup.cfg b/setup.cfg index 4b866a2..55f25fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,5 +5,7 @@ universal=1 [metadata] -license_file=LICENSE -long_description=file: README.rst \ No newline at end of file +license_files = + LICENSE + NOTICE +long_description=file: README.rst