forked from AdaptiveMotorControlLab/DLC2Kinematics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
52 lines (49 loc) · 1.46 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
[metadata]
name = dlc2kinematics
version = 0.0.3
description = A post-deeplabcut module for kinematic analysis
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/AdaptiveMotorControlLab/DLC2Kinematics
author = Mackenzie Mathis Laboratory
author_email = [email protected]
license = custom
license_file = LICENSE
classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Visualization
project_urls =
Bug Tracker = https://github.com/AdaptiveMotorControlLab/DLC2Kinematics/issues
Documentation = https://github.com/AdaptiveMotorControlLab/DLC2Kinematics
Source Code = https://github.com/AdaptiveMotorControlLab/DLC2Kinematics
User Support = https://github.com/AdaptiveMotorControlLab/DLC2Kinematics/issues
[options]
packages = find:
install_requires =
h5py
deeplabcut
numpy<=1.21
scikit-image
scikit-learn
scikit-kinematics
umap-learn
ruamel.yaml
python_requires = >=3.8
include_package_data = True
package_dir =
=src
setup_requires =
setuptools-scm
[options.packages.find]
where = src
[options.extras_require]
testing =
pytest
pytest-cov
tox