Skip to content

Commit 9769791

Browse files
authored
update setup.py
1 parent 721baa9 commit 9769791

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setup(
77
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',
8+
version='1.4.0',
9+
url='https://github.com/ocbe-uio/trajpy.git',
10+
author='Mauricio Moreira and Eduardo Mossmann',
11+
author_email='trajpy@protonmail.com',
1212
description='Trajectory classifier for cells, nanoparticles & whatelse.',
13+
keywords=['trajectory quantification', 'feature engineering', 'diffusion classification'],
1314
license='GNU GPLv3',
1415
platform='Python 3.7',
1516
packages=find_packages(),
1617
install_requires=['numpy >= 1.14.3',
17-
'scipy == 1.7.1', #1.5.4
18-
'opencv-contrib-python == 4.5.5.62'],
18+
'scipy == 1.7.1'],
1919
)

0 commit comments

Comments
 (0)