Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Adds extension module to setup.py #104

Merged
merged 2 commits into from
Feb 22, 2018
Merged

Adds extension module to setup.py #104

merged 2 commits into from
Feb 22, 2018

Conversation

zooba
Copy link
Member

@zooba zooba commented Feb 22, 2018

This is the simplest way to build the pydevd extension when creating wheels.

However, I think we'd probably be better off using a more custom script for generating a single wheel with ABI tagged extension modules in it, as this will better suit us being able to embed a copy of the package in our tools with prebuilt extensions. We also need to code sign it, which is currently easier to do by building separately rather than integrating into the distutils flow (though this is possible).

But at least with this change anyone who installs ptvsd manually can have the extension module.

@zooba zooba merged commit 97579f5 into microsoft:master Feb 22, 2018
@zooba zooba deleted the build_ext branch February 22, 2018 19:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants