Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
344a6dc5
Commit
344a6dc5
authored
2 years ago
by
Thomas Kluyver
Browse files
Options
Downloads
Patches
Plain Diff
Let setuptools use its own build_ext command
Required for editable installation
parent
6db6d922
No related branches found
No related tags found
1 merge request
!716
Fix editable install in CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+0
-2
0 additions, 2 deletions
setup.py
with
0 additions
and
2 deletions
setup.py
+
0
−
2
View file @
344a6dc5
...
...
@@ -4,7 +4,6 @@ from subprocess import check_output
import
numpy
from
Cython.Build
import
cythonize
from
Cython.Distutils
import
build_ext
from
setuptools
import
find_packages
,
setup
from
setuptools.extension
import
Extension
...
...
@@ -143,7 +142,6 @@ setup(
},
cmdclass
=
{
"
build
"
:
PreInstallCommand
,
"
build_ext
"
:
build_ext
,
},
ext_modules
=
cythonize
(
ext_modules
,
language_level
=
3
),
install_requires
=
install_requires
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment