Skip to content

Commit 3957aa6

Browse files
committed
cleaning updates
1 parent 8607d21 commit 3957aa6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
include versioneer.py
2-
include clusteval/_version.py

make_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python setup.py sdist
1414
echo ""
1515

1616
read -p "Press [Enter] to install the pip package..."
17-
pip install -U dist/clusteval-0.1.2-py3-none-any.whl
17+
pip install -U dist/clusteval-1.0.0-py3-none-any.whl
1818
echo ""
1919

2020
read -p ">twine upload dist/* TO UPLOAD TO PYPI..."

make_clean.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
echo "Cleaning previous builds first.."
22
rm -rf dist
33
rm -rf build
4-
rm -rf hnet.egg-info
4+
rm -rf clusteval.egg-info
5+
rm -rf clusteval/__pycache__
6+
rm -rf __pycache__
7+
rm -rf .pytest_cache
8+
rm -rf .pylint.d

0 commit comments

Comments
 (0)