Files
superqt/setup.cfg
2021-04-24 15:07:22 -04:00

68 lines
1.8 KiB
INI

[metadata]
name = PyQRangeSlider
url = https://github.com/tlambert03/PyQRangeSlider
license = BSD-3
license_file = LICENSE
description = Multi-handle range slider widget for PyQt/PySide
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
author = Talley Lambert
author_email = talley.lambert@gmail.com
keywords = qt, range slider, widget
project_urls =
Source = https://github.com/tlambert03/PyQRangeSlider
Tracker = https://github.com/tlambert03/PyQRangeSlider/issues
Changelog = https://github.com/tlambert03/PyQRangeSlider/blob/master/CHANGELOG.md
classifiers =
Development Status :: 4 - Beta
Environment :: X11 Applications :: Qt
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
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
Topic :: Desktop Environment
Topic :: Software Development
Topic :: Software Development :: User Interfaces
Topic :: Software Development :: Widget Sets
[options]
zip_safe = False
packages = find:
python_requires = >=3.6
setup_requires = setuptools_scm
[options.extras_require]
pyside2 = pyside2
pyqt5 = pyqt5
pyside6 = pyside6
pyqt6 = pyqt6
testing =
tox
tox-conda
pytest
# https://github.com/pytest-dev/pytest-qt/pull/340
pytest-qt @ git+https://github.com/The-Compiler/pytest-qt.git@pyqt6
pytest-cov
dev =
ipython
jedi<0.18.0
isort
mypy
pre-commit
%(testing)s
%(pyqt5)s
[flake8]
exclude = _version.py,.eggs,examples
max-line-length = 79
docstring-convention = numpy
ignore = E203,W503,E501,C901,F403,F405
[isort]
profile=black