-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
54 lines (48 loc) · 1.04 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
[metadata]
name = rail_label
version = 0.1.2
description_file = README.md
long_description = A package that allows to annotate complex scenes on video images from railways.
long_description_content_type = text/markdown
keywords =
python
video
railway
rail
train
labeling
author = Florian Hofstetter
author_email= <[email protected]>
licence = MIT
licence_file = LICENCE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
Programming Language :: Python :: 3.9
Operating System :: Unix
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
[options]
package_dir=
=src
packages=find:
install_requires =
opencv-python
numpy
tabulate
splines
iteration-utilities
PySimpleGUI
setuptools
black
pre-commit
pyyaml
pillow
[options.packages.find]
where=src
[options.extras_require]
testing =
pytest
pytest-cov
mypy