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.
2 parents 55c49d6 + 2edae6f commit ccb8dfbCopy full SHA for ccb8dfb
package.sh
@@ -6,6 +6,7 @@ BASEPATH=$(cd "$(dirname $0)"; pwd)
6
OUTPUT_PATH="${BASEPATH}/output"
7
PYTHON=$(which python3)
8
9
+pip install setuptools==65.6.3
10
11
mk_new_dir() {
12
local create_dir="$1" # the target to make
setup.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
2
3
-from setuptools import find_packages, setup
+from setuptools import setup
4
5
exec(open("version.py").read())
version.py
@@ -1,2 +1,2 @@
"""version init"""
-__version__ = "0.1.0beta"
+__version__ = "0.1.0"
0 commit comments