forked from Colorbleed/qtazu
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
43 lines (39 loc) · 1.09 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
[metadata]
name = qtazu
description = Python Qt widgets for CG-Wire using gazu
long_description = file: README.rst
version = attr: qtazu.__version__.__version__
keywords = cg, production, asset manager, asset, shot, tasks, tracking
license = MIT
license_file = LICENSE
author = CG Wire
author_email = [email protected]
url = https://github.com/Colorbleed/qtazu
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Multimedia :: Graphics
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
qt.py>=1.2.3
gazu >=0.7.14
[options.packages.find]
# ignore gazutest directory
include = qtazu*
[options.extras_require]
dev =
wheel
test =
pytest
pytest-cov
requests_mock