diff --git a/README.md b/README.md index 2e3af26..97188d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + tdmtermite.svg ./README.md + cp -v ../LICENSE ./ # cython py_tdm_termite.pyx -o py_tdm_termite.cpp python3 setup.py sdist @@ -34,9 +35,12 @@ pip-audit: # username: __token__ # password: API-token including "pypi-" # !! RUN AS ROOT!! (only for bdist_wheel + auditwheel) -pip-upload: +pip-upload-test: python3 -m twine upload --repository testpypi dist/$(shell ls -t dist/ | head -n1) +pip-upload: + python3 -m twine upload dist/$(shell ls -t dist/ | head -n1) + pip-test-install: python3 -m pip install --index-url https://test.pypi.org/simple --no-deps TDMtermite-RecordEvolution # python3 -m pip install -i https://test.pypi.org/simple/ TDMtermite-RecordEvolution==0.5 @@ -53,6 +57,6 @@ pip-clean: rm -rvf wheelhouse/ rm -vf *.pyx *.pxd rm -vf *.cpp *.c *.hpp - rm -vf README.md + rm -vf README.md LICENSE # --------------------------------------------------------------------------- # diff --git a/pip/setup.py b/pip/setup.py index 3b37c9b..39bf6b6 100644 --- a/pip/setup.py +++ b/pip/setup.py @@ -6,8 +6,8 @@ with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setup( - name="TDMtermite-RecordEvolution", - version="0.6.7", #version, + name="TDMtermite", + version="0.5.0", #version, author="Record Evolution GmbH", author_email="mario.fink@record-evolution.de", maintainer="Record Evolution GmbH",