-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
41 lines (35 loc) · 1.16 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
[metadata]
name = davisinteractive
version = attr: davisinteractive.__version__
description = Evaluation Framework for DAVIS Interactive Segmentation
long_description = file: README.md
long_description_content_type = text/markdown
keywords = segmentation
license = GPL v3
author = Alberto Montes
author-email = [email protected]
home-page = https://github.com/albertomontesg/davis-interactive
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
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
[options]
zip_safe = True
include_package_data = True
packages = find:
[options.package_data]
* = *.json
[bdist_wheel]
universal = 1
[aliases]
test=pytest --cov=./
[yapf]
based_on_style=google