-
Notifications
You must be signed in to change notification settings - Fork 42
/
setup.cfg
22 lines (22 loc) · 968 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
[metadata]
name = davis2017
version = attr: davis2017.__version__
description = Evaluation Framework for DAVIS 2017 Semi-supervised and Unsupervised used in the DAVIS Challenges
long_description = file: README.md
long_description_content_type = text/markdown
keywords = segmentation
license = GPL v3
author = Sergi Caelles
author-email = [email protected]
home-page = https://github.com/davisvideochallenge/davis2017-evaluation
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Scientific/Engineering :: Human Machine Interfaces
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules