Commit graph

6 commits

Author SHA1 Message Date
Pavel Minaev
8b4c40e922 Rename ptvsd -> debugpy. 2020-01-17 11:57:13 -08:00
Karthik Nadig
4877164466
Fixes issue with building windows wheels (#1098)
* Try building ABI specific wheels

* Fix typo

* Fix another typo

* Skip cython rebuild

* Try some tweaks

* Revert "Skip cython rebuild"

This reverts commit 3ba6002e9cc1715d9202ec778adc52e6dc7b1732.

* More tweaks

* Fix pathlib install

* Disable 2.7 builds

* Try pure python builds

* Tweak and test pure builds

* Tweak pure builds

* Add universal wheel

* Try universal wheel

* Attempt to fix pyds

* Try re adding platform

* Keep install structure between builds

* Split how we build wheels for windows

* Fix broken sys argv

* Fix setup platform

* Adding some logging for filter

* Fix platform build script

* Ensure ABI tag

* Fix platform abi

* Test platform build of wheels

* fix platform metadata

* Log pyd file generation

* Log dir location for pyd

* recursively include *win*.pyd

* limit to pydevd pyds

* tweak manifest

* remove unused code

* restore manifest changes

* fix proj path

* Remove logging

* Add script for linux wheels (#3)

* Add linux builds

* Simplify building bdist and sdist wheels.

* Try with frame eval off

* Ensure imports

* Add instructions to build linux wheels locally.
2019-01-18 10:26:55 -08:00
Karthik Nadig
ac33985097
Fix for missing Description.md (#493) 2018-06-17 19:31:15 -07:00
Pavel Minaev
06f8b73b7a Set up versioneer to auto-generate version numbers from git. 2018-04-11 14:00:48 -07:00
Steve Dower
d448795941 Add sdist build step 2018-03-16 15:21:26 -07:00
Steve Dower
89d9c1de3b Ensures LICENSE is included in sdist 2018-02-22 09:02:49 -08:00