-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (31 loc) · 802 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
[metadata]
license = Apache-2.0 license
license_file = LICENSE
classifiers =
Enviroment :: GPU :: NVIDIA CUDA :: 12
Enviroment :: GPU :: NVIDIA CUDA :: 12 :: 12.2
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: Apache-2.0 license
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
[options]
install_requires =
ensure==1.0.2
py-youtube==1.1.7
python_requires = >=3.7
[options.extras_require]
testing =
pytest>=7.1.3
mypy>=0.971
flake8>=5.0.4
tox>=3.25.1
black>=22.8.0
[options.package_data]
VQA_LLM=py.typed
[flake8]
max-line-length = 160
exclude = __init__.py