Skip to content

Commit

Permalink
Clean up manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 26, 2019
1 parent 10a74fc commit a042605
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
17 changes: 13 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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__
5 changes: 3 additions & 2 deletions matyan.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 22,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand All @@ -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",
Expand Down Expand Up @@ -300,7 +301,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 21,
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down
2 changes: 1 addition & 1 deletion scripts/clean_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a042605

Please sign in to comment.