add contributors list

This commit is contained in:
chfw 2020-08-29 21:39:29 +01:00
parent e4870b0a74
commit 02c7111146
4 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,8 @@
'xlsm'
{%endblock%}
{% block morefiles %}"CONTRIBUTORS.rst",{% endblock %}
{%block additional_classifiers%}
'Programming Language :: Python :: Implementation :: PyPy'
{%endblock%}

View File

@ -1,5 +1,6 @@
include README.rst
include LICENSE
include CHANGELOG.rst
include CONTRIBUTORS.rst
recursive-include tests *
recursive-include docs *

View File

@ -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',

View File

@ -8,3 +8,4 @@ isort
collective.checkdocs
pygments
moban
moban_jinja2_github