From cf12abc4374b00a84a7f2802dcab81b715575ad7 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 20 Jun 2018 10:05:52 +0200 Subject: [PATCH] Remove packaging warnings --- MANIFEST.in | 6 ++---- scripts-article/README | 33 --------------------------------- scripts-article/README.rst | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 scripts-article/README create mode 100644 scripts-article/README.rst diff --git a/MANIFEST.in b/MANIFEST.in index 785552b..a619f47 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,3 @@ -include README.rst bootstrap-buildout.py buildout.cfg develop.cfg COPYING version.txt requirements.txt -recursive-include doc *.py *.rst +include README.rst buildout.cfg develop.cfg COPYING version.txt requirements.txt +recursive-include doc *.py *.rst *.ico *.png recursive-include scripts-article *.py *.rst -include scripts-article/README -include doc/img/* diff --git a/scripts-article/README b/scripts-article/README deleted file mode 100644 index 818bb83..0000000 --- a/scripts-article/README +++ /dev/null @@ -1,33 +0,0 @@ -In this folder, you can find the scripts that have been used to generate the results in the article. - -they assume that the path to the database is either 'hci' or 'cohface' in the package root folder (this could be a symlink though) - ---------------------------------------------- - -chrom-cohface-clean-natural.py --> Table 7 column 2 -chrom-cohface-clean.py --> Table 5, line 2 -chrom-cohface-complete-face.py --> Table 8, column 1, line 2 -chrom-cohface-complete-mask.py --> Table 8, column 3, line 2 -chrom-cohface-complete-skin.py --> Table 8, column 2, line 2 -chrom-hci-cvpr14.py --> Table 2, column 2 -chrom-hci-protocols.py --> Table 4, line 2 -chrom-xdb-cohface-hci.py --> Table 6, line 2, column 2 -chrom-xdb-hci-cohface.py --> Table 6, line 1, column 2 -li-cohface-clean-natural.py --> Table 7, column 1 -li-cohface-clean.py --> Table 5, line 1 -li-cohface-complete-mask.py --> Table 8, line 1, column 3 -li-cohface-complete-skin.py --> Table 8, line 1, column 2 -li-cohface-complete-wholeface.py --> Table 8, line 1, column 1 -li-hci-cvpr14.py --> Table 2, column 1 -li-hci-protocols.py --> Table 4, line 1 -li-xdb-cohface-hci.py --> Table 6, column 1, line 2 -li-xdb-hci-cohface.py --> Table 6, column 1, line 1 -ssr-cohface-clean-natural.py --> Table 7, column 3 -ssr-cohface-clean.py --> Table 5, line 3 -ssr-hci-cvpr14.py --> Table 2, column 3 -ssr-hci-protocols.py --> Table 4, line 3 -ssr-xdb-cohface-hci.py --> Table 6, column 3, line 2 -ssr-xdb-hci-cohface.py --> Table 6, column 3, line 1 -ssr-cohface-complete-face.py --> Table 8, line 3, column 1 -ssr-cohface-complete-skin.py --> Table 8, line 3, column 2 -ssr-cohface-complete-mask.py --> Table 8, line 3, column 3 diff --git a/scripts-article/README.rst b/scripts-article/README.rst new file mode 100644 index 0000000..7c0ae97 --- /dev/null +++ b/scripts-article/README.rst @@ -0,0 +1,35 @@ +Scripts for generating article results +-------------------------------------- + +In this folder, you can find the scripts that have been used to generate the +results in the article. They assume that the path to the database is either +'hci' or 'cohface' in the package root folder (this could be a symlink +though):: + + chrom-cohface-clean-natural.py --> Table 7 column 2 + chrom-cohface-clean.py --> Table 5, line 2 + chrom-cohface-complete-face.py --> Table 8, column 1, line 2 + chrom-cohface-complete-mask.py --> Table 8, column 3, line 2 + chrom-cohface-complete-skin.py --> Table 8, column 2, line 2 + chrom-hci-cvpr14.py --> Table 2, column 2 + chrom-hci-protocols.py --> Table 4, line 2 + chrom-xdb-cohface-hci.py --> Table 6, line 2, column 2 + chrom-xdb-hci-cohface.py --> Table 6, line 1, column 2 + li-cohface-clean-natural.py --> Table 7, column 1 + li-cohface-clean.py --> Table 5, line 1 + li-cohface-complete-mask.py --> Table 8, line 1, column 3 + li-cohface-complete-skin.py --> Table 8, line 1, column 2 + li-cohface-complete-wholeface.py --> Table 8, line 1, column 1 + li-hci-cvpr14.py --> Table 2, column 1 + li-hci-protocols.py --> Table 4, line 1 + li-xdb-cohface-hci.py --> Table 6, column 1, line 2 + li-xdb-hci-cohface.py --> Table 6, column 1, line 1 + ssr-cohface-clean-natural.py --> Table 7, column 3 + ssr-cohface-clean.py --> Table 5, line 3 + ssr-hci-cvpr14.py --> Table 2, column 3 + ssr-hci-protocols.py --> Table 4, line 3 + ssr-xdb-cohface-hci.py --> Table 6, column 3, line 2 + ssr-xdb-hci-cohface.py --> Table 6, column 3, line 1 + ssr-cohface-complete-face.py --> Table 8, line 3, column 1 + ssr-cohface-complete-skin.py --> Table 8, line 3, column 2 + ssr-cohface-complete-mask.py --> Table 8, line 3, column 3 -- GitLab