From 02c7111146b0a7566ca77af2119efaa1d25484a1 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 29 Aug 2020 21:39:29 +0100 Subject: [PATCH] :sparkles: add contributors list --- .moban.d/custom_setup.py.jj2 | 2 ++ MANIFEST.in | 1 + setup.py | 2 +- tests/requirements.txt | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.moban.d/custom_setup.py.jj2 b/.moban.d/custom_setup.py.jj2 index 8fc8de0..81aed01 100644 --- a/.moban.d/custom_setup.py.jj2 +++ b/.moban.d/custom_setup.py.jj2 @@ -9,6 +9,8 @@ 'xlsm' {%endblock%} +{% block morefiles %}"CONTRIBUTORS.rst",{% endblock %} + {%block additional_classifiers%} 'Programming Language :: Python :: Implementation :: PyPy' {%endblock%} diff --git a/MANIFEST.in b/MANIFEST.in index b1bf562..e86ae54 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include README.rst include LICENSE include CHANGELOG.rst +include CONTRIBUTORS.rst recursive-include tests * recursive-include docs * diff --git a/setup.py b/setup.py index 2cb73a8..3aee597 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ DESCRIPTION = ( ) URL = "https://github.com/pyexcel/pyexcel-xls" DOWNLOAD_URL = "%s/archive/0.5.8.tar.gz" % URL -FILES = ["README.rst", "CHANGELOG.rst"] +FILES = ["README.rst","CONTRIBUTORS.rst", "CHANGELOG.rst"] KEYWORDS = [ "python", 'xls', diff --git a/tests/requirements.txt b/tests/requirements.txt index 0c3a80f..c0bd2f4 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,3 +8,4 @@ isort collective.checkdocs pygments moban +moban_jinja2_github