File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ test: clean lint
1111 nosetests tests
1212
1313build : test
14- python setup.py bdist_egg
15-
16- build-dist : compile
1714 python setup.py bdist_egg sdist bdist_wheel
1815
1916install : build
Original file line number Diff line number Diff line change @@ -7,15 +7,12 @@ buildCode() {
77 cd /py-pair \
88 && make clean \
99 && make \
10- && python setup.py sdist bdist bdist_wheel \
11- && twine check dist/* \
12- && cd /py-pair/docs \
13- && make html
10+ && twine check dist/*
1411}
1512
1613updateVersion () {
1714 echo " replace version of software to ${API_VERSION} "
18- sed -i " s/version='0.2.3' /version=' ${API_VERSION} ' /g" /py-pair/setup.py
15+ sed -i " s/version = 0.0.1 /version = ${API_VERSION} /g" /py-pair/setup.cfg
1916}
2017
2118copyCredentials () {
Original file line number Diff line number Diff line change 11[metadata]
22name = pypair
3- version = 3 .0.8
3+ version = 0 .0.1
44author = Jee Vang
55author_email = vangjee@gmail.com
66description = Pairwise association measures of statistical variable types
You can’t perform that action at this time.
0 commit comments