Skip to content

Commit

Permalink
Move python files a same level with c++ files
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 22, 2019
1 parent edb0adc commit afb603b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
environment:
CIBW_SKIP: "cp27-* cp33-* cp34-*"
build_script:
- cd tools\onnx2daq\python
- cd tools\onnx2daq
- pip install cibuildwheel==0.10.2
- cibuildwheel --output-dir wheelhouse
artifacts:
- path: "wheelhouse\\*.whl"
name: Wheels
name: Wheels
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/onnx2daq/python/setup.py → tools/onnx2daq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from os.path import dirname


TOP_DIR = os.path.realpath(dirname(dirname(dirname(dirname(os.path.abspath(__file__))))))
TOP_DIR = os.path.realpath(dirname(os.path.abspath(__file__)))
CMAKE_BUILD_DIR = os.path.join(TOP_DIR, '.setuptools-cmake-build')

WINDOWS = (os.name == 'nt')
Expand Down

0 comments on commit afb603b

Please sign in to comment.