-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
64 lines (51 loc) · 1.48 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[metadata]
name = ffmpeg-benchmark
version = attr: ffmpeg_benchmark.__version__
author = Anthony Monthe
author-email = [email protected]
url = https://github.com/cloudmercato/ffmpeg-benchmark
project_urls =
summary = Handy tool for evaluate ffmpeg performance
description-file = file: README.rst
long_description = file: README.rst
description-content-type = text/x-rst; charset=UTF-8
license = MIT
requires-dist =
setuptools
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: MacOS X
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Internet :: File Transfer Protocol (FTP)
Topic :: Internet :: WWW/HTTP
Topic :: System :: Networking
Topic :: System :: Benchmark
keywords = benchmark, machine learning, deep learning
[options]
zip_safe = False
include_package_data = True
package_dir=
packages=find:
install_requires =
https://github.com/cloudmercato/handystats/archive/refs/heads/main.zip
test_suite = ffmpeg_benchmark.tests
tests_require =
[options.extras_require]
[options.entry_points]
console_scripts =
ffmpeg-benchmark = ffmpeg_benchmark.main:main
[coverage:run]
omit = ffmpeg_benchmark/tests/*
branch = True
source = ffmpeg_benchmark
[coverage:report]
show_missing = true
exclude_lines =
noqa
NotImplemented