office-gobmx/uitest/packaging/Makefile
Markus Mohrhard 8af868e287 prepare publishing the libreoffice-connection python code
Change-Id: I730207465e185a0b942b5636cd7ba3bebe7856f5
2017-06-08 00:30:53 +02:00

16 lines
349 B
Makefile

all:
@echo "Packaging the libreoffice-connection code"
@mkdir -p libreoffice
@cp ../libreoffice/connection.py libreoffice/.
@touch libreoffice/__init__.py
@python3 setup.py sdist
clean:
rm -r dist/
rm -r libreoffice_connection.egg-info/
rm -r libreoffice/
rm -r build/
publish:
@echo "Uploading the release to pypi"
twine upload dist/*