We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8607d21 commit 3957aa6Copy full SHA for 3957aa6
MANIFEST.in
@@ -1,2 +0,0 @@
1
-include versioneer.py
2
-include clusteval/_version.py
make_build.sh
@@ -14,7 +14,7 @@ python setup.py sdist
14
echo ""
15
16
read -p "Press [Enter] to install the pip package..."
17
-pip install -U dist/clusteval-0.1.2-py3-none-any.whl
+pip install -U dist/clusteval-1.0.0-py3-none-any.whl
18
19
20
read -p ">twine upload dist/* TO UPLOAD TO PYPI..."
make_clean.sh
@@ -1,4 +1,8 @@
echo "Cleaning previous builds first.."
rm -rf dist
3
rm -rf build
4
-rm -rf hnet.egg-info
+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