PySimpleGUI/readthedocs.yml
2019-03-17 23:37:55 -04:00

12 lines
222 B
YAML

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