forked from DeepLabCut/DeepLabCut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (36 loc) · 1.05 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 = deeplabcut-docker
version = attr: deeplabcut_docker.__version__
author = A. & M. Mathis Labs
author_email = [email protected]
maintainer = Steffen Schneider
maintainer_email = [email protected]
description = A helper package to launch DeepLabCut docker images
url = https://github.com/DeepLabCut/DeepLabCut/docker
project_urls =
Bug Tracker = https://github.com/DeepLabCut/DeepLabCut/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Operating System :: MacOS
Operating System :: POSIX :: Linux
Topic :: Utilities
license = LGPLv3
long_description = file: PYPI_README.md
long_description_content_type = text/markdown
platform = any
[options]
package_dir =
= .
py_modules = deeplabcut_docker
python_requires = >=3.6
include_package_data = True
[options.entry_points]
console_scripts =
deeplabcut-docker = deeplabcut_docker:main
[options.packages.find]
where = .
[options.data_files]
bin = deeplabcut_docker.sh
[bdist_wheel]
universal = 1