From a0426059243fa2b08122c1ccb590410c759bd475 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Thu, 26 Dec 2019 23:57:49 +0100 Subject: [PATCH] Clean up manifest --- MANIFEST.in | 17 +++++++++++++---- matyan.ipynb | 5 +++-- scripts/clean_up.sh | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 2108db6..5d85a37 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,12 +1,21 @@ recursive-include src/matyan * + include README.rst include CHANGELOG.rst include CREDITS.rst include LICENSE_GPL2.0.txt include LICENSE_LGPL_2.1.txt + +include runtests.py +include .coveragerc +include pytest.ini +include shell.py +include tox.ini + graft docs/ -recursive-exclude matyan/tests/matyan-testing/.git/ * -recursive-exclude matyan/tests/matyan-testing/htmlcov/ * -recursive-exclude matyan/tests/matyan-testing-jira-integration/.git/ * -recursive-exclude matyan/tests/matyan-testing-jira-integration/htmlcov/ * +prune src/matyan/tests/matyan-testing/ +prune src/matyan/tests/matyan-testing-jira-integration/ +global-exclude *.pyc +global-exclude *.py,cover +global-exclude __pycache__ diff --git a/matyan.ipynb b/matyan.ipynb index 2e9e21f..7ef97c7 100644 --- a/matyan.ipynb +++ b/matyan.ipynb @@ -102,7 +102,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 22, "metadata": { "pycharm": { "name": "#%%\n" @@ -117,6 +117,7 @@ "\n", "#### Other\n", "\n", + "- Add debug mode (in settings). Use logging in debug mode only. Update docs. [Artur Barseghyan]\n", "- 28 Ensure correct order of releases. Update tests. [Artur Barseghyan]\n", "- 28 Attempts to fix order of releases. Replace releases dict with OrderedDict. [Artur Barseghyan]\n", "- Add debian package. [Artur Barseghyan]\n", @@ -300,7 +301,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 21, "metadata": { "pycharm": { "name": "#%%\n" diff --git a/scripts/clean_up.sh b/scripts/clean_up.sh index 76040cf..42d7a58 100755 --- a/scripts/clean_up.sh +++ b/scripts/clean_up.sh @@ -8,5 +8,5 @@ rm -rf build/ rm -rf builddocs/ rm -rf dist/ rm -rf deb_dist/ -rm src/jira-git-changelog.egg-info -rf +rm src/matyan.egg-info -rf rm builddocs.zip -rf