-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
54 lines (51 loc) · 1.52 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = qtutils
description = PySide2/PyQt5 abstraction layer, mulithreading and UI loader utilities, icon set, and more
long_description = file: README.md
long_description_content_type = text/markdown
author = Philip Starkey
author_email = [email protected]
url = https://github.com/philipstarkey/qtutils
license = 2-clause BSD, 3-clause BSD (see LICENSE.TXT for full conditions)
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
zip_safe = False
include_package_data = True
packages =
qtutils
qtutils.fonts
qtutils.icons
python_requires = >=3.6
install_requires =
importlib_metadata
setuptools_scm
[options.extras_require]
pyqt = PyQt5
pyside = PySide2
docs=
PyQt5
PySide2
importlib_metadata
setuptools_scm
Sphinx==3.0.1
sphinx-rtd-theme==0.4.3
recommonmark==0.6.0
m2r==0.2.1
[dist_conda]
conda_name_differences = PyQt5:pyqt
# For build requirements - PySide2 is only in conda-forge.
channels = conda-forge
ignore_run_exports =
pyqt
# Note: python_abi can be removed once setuptools-conda depends on conda-build >=
# 3.18.12 (which it will once that version lands in the conda repositories)
# see https://gitter.im/conda/conda-build?at=5e7251004aec312c1f8ef3c4
python_abi