aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--TODO.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 897b772..ebf12f6 100644
--- a/README.rst
+++ b/README.rst
@@ -6,11 +6,11 @@ pycparser v2.20
.. image:: https://travis-ci.org/eliben/pycparser.png?branch=master
:align: center
:target: https://travis-ci.org/eliben/pycparser
-
+
.. image:: https://ci.appveyor.com/api/projects/status/wrup68o5y8nuk1i9?svg=true
:align: center
:target: https://ci.appveyor.com/project/eliben/pycparser/
-
+
.. contents::
:backlinks: none
diff --git a/TODO.txt b/TODO.txt
index 3737893..d946d30 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -19,7 +19,7 @@ Now create a new virtualenv and in it install the tarball with
`pip install <tarballname>`. See that pycparser is importable in the Python
interpreter of this virtualenv; run pycparser tests from this virtualenv.
-After this it's OK to rerun `python3.6 setup.py sdist upload` to push to PyPI
+After this it's OK to rerun `python3.6 -m twine upload dist/*` to push to PyPI
(older Pythons use a deprecated API for PyPI uploading).
- Tag in git. When pushing to GitHub, git push --tags