Fix for mixed version loclists, tests (#521)
[pyelftools.git] / TODO
diff --git a/TODO b/TODO
index a2226f76a591f22d588baa6cf0d1ff2114ca52b2..a597a4e9578811866d2c4b722aa0b3cbcdaaf82e 100755 (executable)
--- a/TODO
+++ b/TODO
@@ -17,12 +17,12 @@ future.
 Preparing a new release
 -----------------------
 
-* Run 'tox' tests (with '-r' to create new venvs)
 * Make sure new version was updated everywhere appropriate
-* Run ``python setup.py build sdist bdist_wheel`` (no 'upload' yet)
+* Run ``python3 setup.py build sdist bdist_wheel`` (no 'upload' yet)
 * Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
   everything looks ok
 * Now build with upload to send it to PyPi
+* Tag new version in git
 * Test with pip install from some new virtualenv
 
 Distribution