-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
59 lines (53 loc) · 1.2 KB
/
setup.cfg
File metadata and controls
59 lines (53 loc) · 1.2 KB
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
[metadata]
name = handtex
version = attr: handtex.__version__
description = Handwritten LaTeX symbol classifier for the desktop
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
url = https://github.com/VoxelCubes/Hand-TeX
keywords = LaTeX, TeX, handwriting, detection, classification, symbol, OCR, GUI, desktop, Qt
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3.10
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
[project]
license = "GPL-3.0-or-later"
[options]
install_requires =
attrs
loguru
PySide6
xdg
psutil
numpy
rdp
torch
torchvision
natsort
safetensors
networkx
pillow
python_requires = >=3.10
packages=find:
[options.package_data]
handtex=
data/*
data/symbols/**
data/color_themes/**
data/custom_icons/**
data/theme_icons/**
data/model/**
data/symbol_metadata/**
data/translation_generated_files/**
[options.exclude_package_data]
handtex=
**/__pycache__/*
[options.packages.find]
exclude=
tests*
symbols*
training*
[options.entry_points]
console_scripts =
handtex = handtex.main:main