From 7b7133747b74f25de8088e6da592c03146c2dfa8 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 24 Jan 2020 15:00:55 -0500 Subject: Cleanup MANIFEST.in to reduce what gets put in package downloadable from PyPI Also: - Trivial simplification in setup.py - Removed redundant copyright.rst file from docs since everything falls under the MIT License and there is already copyright statement in docs --- docs/copyright.rst | 6 ------ docs/index.rst | 1 - 2 files changed, 7 deletions(-) delete mode 100644 docs/copyright.rst (limited to 'docs') diff --git a/docs/copyright.rst b/docs/copyright.rst deleted file mode 100644 index 30cf255c..00000000 --- a/docs/copyright.rst +++ /dev/null @@ -1,6 +0,0 @@ -Copyright -========= - -The ``cmd2`` documentation is Copyright 2010-2020 by the `cmd2 contributors -`_ and is licensed -under an `MIT License `_. diff --git a/docs/index.rst b/docs/index.rst index 14da2d20..386606bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,4 +87,3 @@ Meta :caption: Meta doc_conventions - copyright -- cgit v1.2.1