forked from ArtFXDev/silex_maya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
27 lines (25 loc) · 793 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
[metadata]
name = silex_maya
description = Python library to execution silex actions on maya
long_description = file: README.mb
keywords = silex, vfx, rez, maya
author = Artfx TD gang
author_email = [email protected]
url = https://artfx.school/
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
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 =
silex_client @ git+https://github.com/ArtFXDev/silex_client.git@pip-package
[options.extras_require]
dev =
wheel