Files
aqtinstall/setup.cfg
Hiroshi Miura c2750e34f1 Update documents and copyrights
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-01-30 00:28:44 +09:00

72 lines
1.6 KiB
INI

[flake8]
max-line-length = 125
exclude = .git,__pycache__,docs/conf.py,build,dist,tmp,venv
[bdist_wheel]
universal=1
[metadata]
name = aqtinstall
description = Another unofficial Qt installer
long_description = file: README.rst, CHANGELOG.rst
long_description_content_type = text/x-rst
license = MIT
author = Hiroshi Miura
author_email = miurahr@linux.com
url = http://github.com/miurahr/aqtinstall
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Environment :: X11 Applications :: Qt
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: C++
Topic :: Software Development
Topic :: Software Development :: Libraries
[options]
python_requires = >= 3.6
install_requires =
importlib-metadata;python_version<"3.8"
requests
wheel
py7zr>=0.9.9,!=0.10.0
packaging
texttable
setup_requires =
setuptools-scm[toml]>=3.4
setuptools>=42.0
packages = aqt
[options.entry_points]
console_scripts =
aqt = aqt.__main__:main
[options.package_data]
aqt = *.yml, *.json, *.ini
[options.extras_require]
test =
pytest
pytest-pep8
pytest-remotedata
pytest-cov
check =
flake8
docutils
check-manifest
readme-renderer
pygments
isort>=5.0.0
pep517
packaging
twine
docs =
sphinx>=1.8
sphinx_rtd_theme
sphinx-py3doc-enhanced-theme