* add pip/build to gitignore
* makefile for pip: extract proper section of README.md * bump version 1.2.11
This commit is contained in:
@@ -8,13 +8,13 @@ publish-binary: bdist upload
|
||||
prepdist: ../cython/py_imc_termite.pyx ../cython/imc_termite.pxd ../cython/py_imc_termite.cpp
|
||||
cp -v $? ./
|
||||
cp -v $(shell ls ../lib/imc_*.hpp) ./
|
||||
tail -n 212 ../README.md > ./README.md
|
||||
cat ../README.md | grep '^# IMCtermite' -A 50000 > ./README.md
|
||||
cp -v ../LICENSE ./
|
||||
|
||||
sdist: prepdist
|
||||
python3 setup.py sdist
|
||||
|
||||
# TODO use manylinux wheel to avoid ERROR "unsupported platform tag 'linux_x86_64'"
|
||||
# TODO use manylinux wheel to avoid ERROR "unsupported platform tag 'linux_x86_64'"
|
||||
# see: - https://github.com/pypa/manylinux
|
||||
bdist: prepdist
|
||||
python3 setup.py bdist_wheel
|
||||
|
Reference in New Issue
Block a user