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
added setup
zolfa-add_slices_loading
Jim Rybarski
10 years ago
parent
e768b92270
commit
06f5b854a5
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
setup.py
+ 10
- 0
setup.py
View File
@ -0,0 +1,10 @@
from
setuptools
import
setup
,
find_packages
setup
(
name
=
"
nd2reader
"
,
packages
=
find_packages
(
)
,
version
=
"
0.9.0
"
,
install_requires
=
[
'
numpy
'
,
]
,
)
Write
Preview
Loading…
Cancel
Save