-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
43 lines (37 loc) · 852 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
32
33
34
35
36
37
38
39
40
41
42
43
[metadata]
name = artellapipe
description = Framework to create generic Artella based pipelines
long_description = file: README.rst
long_description_content_type = text/x-rst
license = MIT
license_file = LICENSE
author = Tomas Poveda
author_email = [email protected]
url = https://github.com/ArtellaPipe/artellapipe
[options]
zip_safe = false
include_package_data = true
packages=find:
install_requires=
python-json-logger==0.1.11
sentry-sdk==0.16.5
slackclient==1.3.2;python_version < '3'
slackclient==2.8.0;python_version >= '3'
tpDcc-libs-python
tpDcc-core
tpDcc-libs-qt
artellapipe-config
[options.extras_require]
dev =
wheel
test =
pytest
[bdist_wheel]
universal=1
[versioneer]
VCS = git
style = pep440
versionfile_source = artellapipe/_version.py
versionfile_build =
tag_prefix =
parentdir_prefix =