github workflow: build_setup: employ shell script, MANIFEST.in: include .hpp from lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
include *.hpp
|
||||
include lib/*.hpp
|
||||
include *.cpp
|
||||
include *.pyx
|
||||
include *.pxd
|
||||
|
5
python/setup.sh
Executable file
5
python/setup.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cat README.md | grep '^# IMCtermite' -A 50000 > python/README.md
|
||||
cp -r lib python/
|
||||
cp -v LICENSE python
|
Reference in New Issue
Block a user