forked from towhee-io/towhee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (33 loc) · 1 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
[metadata]
name = towhee
version = 0.8.0
description = Towhee is a framework that helps you encode your unstructured data into embeddings.
long_description = file: README.md
url = https://github.com/towhee-io/towhee
author = Towhee Team
author_email=towhee-team@zilliz.com
license = Apache License Version 2.0
license_file = LICENSE
platforms = unix, linux, osx, win32
[build_sphinx]
project = towhee
version = 0.8
release = 0.8.0
source-dir = towhee/doc/source
# setup.cfg
[tool:pytest]
minversion = 6.0
addopts = -ra -q --durations=5 --doctest-modules --doctest-glob=*.md --ignore=tests/unittests/test_cache/ --ignore=tests/unittests/hub/ --ignore=tests/unittests/utils/test_git_utils.py --ignore=tests/unittests/triton/expected_files/
log_cli = true
testpaths =
tests/unittests/
towhee/functional/
towhee/hparam/
[coverage:run]
branch = true
source = towhee
[coverage:report]
# show_missing = True
# skip_covered = True
# Ignore missing source files, i.e. fake template-generated "files"
ignore_errors = true