PySimpleGUI/readthedocs.yml
2019-03-17 23:39:16 -04:00

11 lines
199 B
YAML

version: 2
python:
version: 3.6
install:
- method: pip
path: .
extra_requirements: docs
- method: setuptools
path: another/package
system_packages: true