Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hoek, Steven
lmgeo
Commits
a5e2a14e
Commit
a5e2a14e
authored
Apr 20, 2016
by
Hoek, Steven
Browse files
Not needed!
parent
0c4b7516
Pipeline
#151
skipped
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
formats/setup.py
deleted
100644 → 0
View file @
0c4b7516
# setup.py
# Usage: ``python setup.py build_ext --inplace``
from
distutils.core
import
setup
,
Extension
import
numpy
setup
(
name
=
'_tifffile'
,
ext_modules
=
[
Extension
(
'_tifffile'
,
[
'tifffile.c'
],
include_dirs
=
[
numpy
.
get_include
()])])
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment