* github-actions: install missing cython package for creating sdist wheel

* remove VERSION from gitignore and keep VERSION file
This commit is contained in:
2021-09-21 15:56:24 +02:00
parent 71a39e90e4
commit a099849caa
5 changed files with 24 additions and 13 deletions

1
python/VERSION Normal file
View File

@@ -0,0 +1 @@
2.0.0

View File

@@ -1,14 +1,11 @@
GITAG := $(shell git tag -l --sort=version:refname | tail -n1 | sed 's/^v//g')
setup:
echo $(GITAG) > VERSION
cat ../README.md | grep '^# IMCtermite' -A 50000 > ./README.md
cp -r ../lib ./
cp -v ../LICENSE ./
setup-clean:
rm -vf README.md VERSION LICENSE
rm -vf README.md LICENSE
rm -rf lib/
build: setup