This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
testtest
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix old leftover in setup
zolfa-add_slices_loading
Ruben Verweij
8 years ago
parent
176cccd61c
commit
2ad3db2345
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
setup.py
+ 1
- 1
setup.py
View File
@ -5,7 +5,7 @@ VERSION = '2.1.3'
if
__name__
==
'
__main__
'
:
setup
(
name
=
'
nd2reader
'
,
packages
=
[
'
nd2reader
'
,
'
nd2reader.model
'
,
'
nd2reader.driver
'
,
'
nd2reader.parser
'
,
'
nd2reader.common
'
]
,
packages
=
[
'
nd2reader
'
]
,
install_requires
=
[
'
numpy>=1.6.2, <2.0
'
,
'
six>=1.4, <2.0
'
,
Write
Preview
Loading…
Cancel
Save