We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721baa9 commit 9769791Copy full SHA for 9769791
setup.py
@@ -5,15 +5,15 @@
5
6
setup(
7
name='trajpy',
8
- version='1.3.1',
9
- url='https://github.com/phydev/trajpy.git',
10
- author='Mauricio Moreira',
11
- author_email='mms@uc.pt',
+ version='1.4.0',
+ url='https://github.com/ocbe-uio/trajpy.git',
+ author='Mauricio Moreira and Eduardo Mossmann',
+ author_email='trajpy@protonmail.com',
12
description='Trajectory classifier for cells, nanoparticles & whatelse.',
13
+ keywords=['trajectory quantification', 'feature engineering', 'diffusion classification'],
14
license='GNU GPLv3',
15
platform='Python 3.7',
16
packages=find_packages(),
17
install_requires=['numpy >= 1.14.3',
- 'scipy == 1.7.1', #1.5.4
18
- 'opencv-contrib-python == 4.5.5.62'],
+ 'scipy == 1.7.1'],
19
)
0 commit comments