tox: start revamping tox setup
[git-cola.git] / setup.cfg
blobe6056268f01746a13b71c0d138e1ef6e1d177910
1 [bdist_rpm]
2 release = 1
3 requires = python
4 build_requires = python
5 doc_files = 
6         COPYING
7         COPYRIGHT
8         README.md
9         share/doc/git-cola/
11 [upload_sphinx]
12 upload-dir = share/doc/git-cola/_build/html
14 [build_sphinx]
15 all_files = 1
16 build-dir = share/doc/git-cola/_build
17 source-dir = share/doc/git-cola/
19 [options.extras_require]
20 testing =
21         # upstream
22         pytest >= 3.5, !=3.7.3
23         pytest-checkdocs >= 1.2.3
24         pytest-flake8
25         pytest-black-multipy
26         pytest-cov
28         # local
29         PyQt5; python_version>='3.0'