Skip to content

Commit 7db0472

Browse files
committed
Add NOTICE copyright file
1 parent 630596a commit 7db0472

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include CHANGELOG.md LICENSE README.md README.rst
1+
include CHANGELOG.md LICENSE NOTICE README.md README.rst

NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
json-logging-python
2+
3+
Copyright 2017 Bob T. and json-logging contributors
4+
5+
This product includes software developed for the json-logging-python project.

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
universal=1
66

77
[metadata]
8-
license_file=LICENSE
9-
long_description=file: README.rst
8+
license_files =
9+
LICENSE
10+
NOTICE
11+
long_description=file: README.rst

0 commit comments

Comments
 (0)