diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-24 15:00:55 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-24 15:00:55 -0500 |
| commit | 7b7133747b74f25de8088e6da592c03146c2dfa8 (patch) | |
| tree | 6ec2676628a856690eac911ce455c5d9ad4cc3ff /docs | |
| parent | 8c0dc693f2aad2e7f94dcf3e3a791bbd715be338 (diff) | |
| download | cmd2-git-7b7133747b74f25de8088e6da592c03146c2dfa8.tar.gz | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/copyright.rst | 6 | ||||
| -rw-r--r-- | docs/index.rst | 1 |
2 files changed, 0 insertions, 7 deletions
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 -<https://github.com/python-cmd2/cmd2/graphs/contributors>`_ and is licensed -under an `MIT License <https://github.com/python-cmd2/cmd2/blob/master/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 |
