Skip to content

Commit

Permalink
Simplify setup.py according to bobfang1992#2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitan94 committed Jun 20, 2020
1 parent 47b46c9 commit a30d4ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
run: |
python -m pip install cibuildwheel==1.4.2
- name: Build wheel
- name: Build wheels
env:
CIBW_BEFORE_BUILD: pip install cmake
# Skip building on Python 2.7 on all platforms
# Additionally, skip 32-bit Windows for now as MSVC needs seperate setup with different toolchain to do this
# Refer: https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/#windows-and-python-27
Expand Down
4 changes: 0 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
include cmake/*
include include/*
include src/*
include CMakeLists.txt
include LICENSE
include VERSION

0 comments on commit a30d4ad

Please sign in to comment.