Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include CHANGELOG.md LICENSE README.md README.rst
include CHANGELOG.md LICENSE NOTICE README.md README.rst
5 changes: 5 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
universal=1

[metadata]
license_file=LICENSE
long_description=file: README.rst
license_files =
LICENSE
NOTICE
long_description=file: README.rst
Loading