-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
24 lines (23 loc) · 756 Bytes
/
setup.cfg
File metadata and controls
24 lines (23 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[metadata]
name = qstyler
author = alexpdev
url = https://github.com/alexpdev/qstyler
author_email = alexpdev@pm.me
dependencies = PySide6
description = QStyleSheet testing application.
keywords = Qt, GUI, QStyleSheet, qss
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3.5
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]
include_package_data = True
packages = QStyler