forked from cgwire/gazu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (29 loc) · 991 Bytes
/
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
[metadata]
name = aiogazu
description = Aiogazu is a fork of gazu, adding asyncio functionalities. Gazu is a client for Zou, made by CGWire
long_description = file: README.md
keywords = cg, production, asset manager, asset, shot, tasks, tracking, asyncio
license = GNU Library or Lesser General Public License (LGPL)
license_file = LICENSE
author = Artfx TD gang & CG Wire
author_email = td@artfx.fr & frank@cg-wire.com
url = https://gazu.cg-wire.com/
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Flask
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Multimedia :: Graphics
[options]
zip_safe = False
packages = find:
install_requires =
deprecated==1.2.13
aiohttp>=3.8.0
[options.extras_require]
dev =
wheel