Skip to content

Commit be34e9e

Browse files
committed
Update readme
1 parent 5eaa763 commit be34e9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CHANGES
22
=======
33

4+
* Rename to hub2lab and add Makefile
45
* Bump version to 1.5.6
56
* Add --clean option and fix issue using gitlab token from others
67
* Add note in readme

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ clean:
1717
find . -name '*~' -exec rm -f {} \;
1818

1919
release:
20+
rm -rf dist/*
2021
python setup.py bdist_egg
2122
python setup.py sdist
2223
twine upload dist/*

0 commit comments

Comments
 (0)