Skip to content

Commit 8a92652

Browse files
committed
small udpates
1 parent ecb59c2 commit 8a92652

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

make_clean.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ echo "Cleaning previous builds first.."
22
rm -rf dist
33
rm -rf build
44
rm -rf treeplot.egg-info
5-
rm -rf .pytest_cache
5+
rm -rf .pytest_cache
6+
rm -rf treeplot//RESOURCES//graphviz-2.38
7+
rm -rf treeplot//RESOURCES//graphviz-2.38.zip
8+

make_new_build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ echo "Cleaning previous builds first.."
22
rm -rf dist
33
rm -rf build
44
rm -rf treeplot.egg-info
5+
rm -rf treeplot//RESOURCES//graphviz-2.38
6+
rm -rf treeplot//RESOURCES//graphviz-2.38.zip
57

68
echo "Making new wheel.."
79
echo ""

treeplot/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@
3636
* https://github.com/erdogant/treeplot
3737
* https://arogozhnikov.github.io/2016/06/24/gradient_boosting_explained.html
3838
* https://scikit-learn.org/stable/modules/tree.html
39+
3940
"""

0 commit comments

Comments
 (0)