-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
42 lines (40 loc) · 1.06 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
[metadata]
name = docclassifier_docsaid
version = attr: docclassifier.__version__
description = A zero-shot document classifier.
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache License 2.0
classifiers=
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Intended Audience :: Developers
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
python_requires = >=3.10,<=3.12
url = https://github.com/DocsaidLab/DocClassifier.git
[options]
packages = find:
include_package_data = True
setup_requires=
pip
setuptools
wheel
install_requires =
capybara_docsaid>=0.5.1
[options.packages.find]
exclude =
data
docker
demo
docs
model
model.*
tests
benchmark
reference