Skip to content

Commit c56cdef

Browse files
committed
remove --universal (no more python2
1 parent f5b503f commit c56cdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ clean: clean_dist clean_python_build clean_cpp_build
3939

4040
# build the deployment package
4141
deployment: clean
42-
${PYTHON} setup.py sdist bdist_wheel --universal
42+
${PYTHON} setup.py sdist bdist_wheel
4343

4444
# ship the deployment package to PyPi
4545
ship: test deployment

0 commit comments

Comments
 (0)