Skip to content

Commit f971caa

Browse files
committed
Remove setup.py.
1 parent c817325 commit f971caa

3 files changed

Lines changed: 2 additions & 23 deletions

File tree

dist/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pushd "${SCRIPT_DIR}/../"
2121

2222
# We redirect stderr to /dev/null since sometimes setuptools may print pyproject
2323
# related warning
24-
VERSION=$(python setup.py --version 2> /dev/null)
24+
VERSION=$(grep -Po '(?<=^__version__ = ")[^"]+' libcloud/__init__.py)
2525
popd
2626

2727
pushd "${SCRIPT_DIR}"

docs/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To generate the test coverage run the following command:
7777

7878
.. sourcecode:: bash
7979

80-
PYTHONPATH=. python setup.py coverage
80+
tox -e coverage_html_report
8181

8282
When it completes you should see a new ``coverage_html_report`` directory which
8383
contains the test coverage.

setup.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)