This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

This commit is contained in:
chfw 2020-12-12 17:29:22 +00:00
parent ced153d95c
commit 488dd02893
4 changed files with 22 additions and 3 deletions

18
.readthedocs.yml Normal file
View File

@ -0,0 +1,18 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Optionally build your docs in additional formats such as PDF
formats:
- pdf
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7

View File

@ -1,8 +1,9 @@
1 contributors
2 contributors
================================================================================
In alphabetical order:
* `John Vandenberg <https://github.com/jayvdb>`_
* `Peter Carnesciali <https://github.com/pcarn>`_

View File

@ -1,3 +1,3 @@
pyexcel-io>=0.6.2
xlrd<2
xlrd
xlwt

View File

@ -69,7 +69,7 @@ PYTHON_REQUIRES = ">=3.6"
INSTALL_REQUIRES = [
"pyexcel-io>=0.6.2",
"xlrd<2",
"xlrd",
"xlwt",
]
SETUP_COMMANDS = {}