towhee

Форк
0
/
setup.cfg 
42 строки · 1.0 Кб
1
[metadata]
2
name = towhee
3
version = 1.1.3
4
description = Towhee is a framework that helps you encode your unstructured data into embeddings.
5
long_description = file: README.md
6
url = https://github.com/towhee-io/towhee
7
author = Towhee Team
8
author_email=towhee-team@zilliz.com
9
license = Apache License Version 2.0
10
license_file = LICENSE
11
platforms = unix, linux, osx, win32
12

13
[build_sphinx]
14
project = towhee
15
version = 1.1
16
release = 1.1.3
17
source-dir = towhee/doc/source
18

19
# setup.cfg
20
[tool:pytest]
21
minversion = 6.0
22
addopts = -ra -q --durations=5 --doctest-modules --doctest-glob=*.md --ignore=tests/unittests/test_cache/ --ignore=tests/unittests/triton/expected_files/
23
log_cli = true
24
testpaths =
25
    tests/unittests/
26
    towhee/functional/
27
    towhee/hparam/
28
    towhee/types/
29
    towhee/engine/
30
    towhee/hub/
31
    towhee/operator/
32
    towhee/datacollection/
33

34
[coverage:run]
35
branch = true
36
source = towhee
37

38
[coverage:report]
39
# show_missing = True
40
# skip_covered = True
41
# Ignore missing source files, i.e. fake template-generated "files"
42
ignore_errors = true
43

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.