Skip to content

Commit dabe8e3

Browse files
authored
Merge branch 'DeepTrackAI:develop' into aberrations-characterization
2 parents 2897c3c + 1a9c2cd commit dabe8e3

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ data/
2323
examples/**/*/models/
2424
**/node_modules/
2525

26-
*.tif
27-
*.png
28-
*.jpg
29-
*.jpeg
30-
*.npy
31-
*.db
32-
3326
*_dataset/
3427

3528
.DS_Store

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[metadata]
2+
description-file=README-pypi.md
3+
license_files=LICENSE.rst

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212

1313
setup(
1414
name="deeptrack",
15-
version="2.0.0",
15+
version="2.0.1",
1616
license="MIT",
1717
packages=find_packages(),
1818
author=(
1919
"Benjamin Midtvedt, Jesus Pineda, Henrik Klein Moberg, "
20-
"Harshith Bachimanchi, Carlo Manzo, Giovanni Volpe"
20+
"Harshith Bachimanchi, Mirja Granfors, Alex Lech, Carlo Manzo, "
21+
"Giovanni Volpe"
2122
),
2223
description=(
2324
"A deep learning framework to enhance microscopy, "
2.53 MB
Loading

0 commit comments

Comments
 (0)