diff --git a/ChangeLog b/ChangeLog index 91bf181..201ee3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ CHANGES ======= +* Rename to hub2lab and add Makefile * Bump version to 1.5.6 * Add --clean option and fix issue using gitlab token from others * Add note in readme diff --git a/Makefile b/Makefile index 76670ff..308f4ac 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ clean: find . -name '*~' -exec rm -f {} \; release: + rm -rf dist/* python setup.py bdist_egg python setup.py sdist twine upload dist/*