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