|
1 | 1 | """ |
2 | | -Kinematik Package |
3 | | -© A. & M. Mathis Labs |
4 | | -https://github.com/MMathisLab/Kinematik/ |
| 2 | +DLC2Kinematics Package |
| 3 | +© M. Mathis Labs |
| 4 | +https://github.com/AdaptiveMotorControlLab/DLC2Kinematics/ |
5 | 5 |
|
6 | 6 | Please see AUTHORS for contributors. |
7 | | -https://github.com/MMathisLab/Kinematik/blob/master/AUTHORS |
| 7 | +https://github.com/AdaptiveMotorControlLab/DLC2Kinematics/blob/master/AUTHORS |
8 | 8 | """ |
9 | 9 |
|
10 | 10 | import setuptools |
|
13 | 13 | long_description = fh.read() |
14 | 14 |
|
15 | 15 | setuptools.setup( |
16 | | - name="kinematik", |
17 | | - version="0.0b", |
18 | | - author="Tanmay Nath, Kai Sandbrink, Alexander Mathis, Mackenzie Mathis", |
| 16 | + name="dlc2kinematics", |
| 17 | + version="0.0b1", |
| 18 | + author="Mackenzie Mathis & Lab", |
19 | 19 | |
20 | | - description="Library for kinematic analysis", |
| 20 | + description="a post-DeepLabCut module for kinematic analysis", |
21 | 21 | long_description=long_description, |
22 | 22 | long_description_content_type="text/markdown", |
23 | | - url="https://github.com/MMathisLab/Kinematik/", |
24 | | - install_requires=['h5py~=2.7','imageio==2.3.0','intel-openmp', |
| 23 | + url="https://github.com/AdaptiveMotorControlLab/DLC2Kinematics/", |
| 24 | + install_requires=['h5py>=2.7','imageio>=2.3.0','intel-openmp', |
25 | 25 | 'ipython~=6.0.0','ipython-genutils==0.2.0', |
26 | | - 'matplotlib==3.0.3','moviepy~=0.2.3.5','numpy==1.14.5','opencv-python~=3.4', |
27 | | - 'pandas==0.21.0','patsy','python-dateutil==2.7.3','pyyaml>=5.1','requests', |
28 | | - 'ruamel.yaml==0.15','setuptools','scikit-image~=0.14.0','scikit-learn~=0.19.2', |
29 | | - 'scikit-kinematics','scipy~=1.1.0','six==1.11.0','statsmodels==0.9.0','tables', |
30 | | - 'tqdm>4','wheel==0.31.1'], |
| 26 | + 'matplotlib','moviepy','numpy','opencv-python', |
| 27 | + 'pandas','patsy','python-dateutil','pyyaml>=5.1','requests', |
| 28 | + 'ruamel.yaml>=0.15','setuptools','scikit-image','scikit-learn', |
| 29 | + 'scikit-kinematics','scipy','six','statsmodels','tables', |
| 30 | + 'tqdm>4','wheel'], |
31 | 31 | packages=setuptools.find_packages(), |
32 | 32 | include_package_data=True, |
33 | 33 | classifiers=( |
|
0 commit comments