Skip to content

Commit

Permalink
Update setup.cfg and docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrugala committed May 5, 2021
1 parent 8df382e commit 7e8ac66
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Until Python 3.9 is supported on Read the Docs
build:
image: testing

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/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.9
install:
- requirements: docs/requirements.txt
- method: pip
path: .
5 changes: 5 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ipython
matplotlib
nbsphinx
numpy
pandas>=1.1.5
11 changes: 10 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ classifiers =
[options]
packages = find:
python_requires = >=3.9
install_requires =
numpy>=1.17.0
pandas>=1.1.5

[options.packages.find]
where = costa
include = costa
exclude = tests

[options.package_data]
costa =
resources/manufacturer-data-cooling.txt
resources/manufacturer-data-heating.txt

0 comments on commit 7e8ac66

Please sign in to comment.