[tor-commits] [stem/master] Drop python 3 specific instructions from PyPI
atagar at torproject.org
atagar at torproject.org
Sun Jan 5 21:39:28 UTC 2020
commit 56ff2d57125954f1edc5958b0b2366de0e8f55ee
Author: Damian Johnson <atagar at torproject.org>
Date: Sun Jan 5 13:08:03 2020 -0800
Drop python 3 specific instructions from PyPI
---
setup.py | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/setup.py b/setup.py
index 8b6f1e4b..52b62dca 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
#
# * Recache latest information (cache_manual.py and cache_fallback_directories.py)
#
-# * Test with python2.6, python2.7, python3, and pypy.
+# * Test with python3 and pypy.
# |- If using tox run...
# |
# | % tox -- --all --target RUN_ALL,ONLINE
@@ -92,11 +92,7 @@ To install you can either use...
pip install stem
-... or install from the source tarball. Stem supports both the python 2.x and 3.x series. To use its python3 counterpart you simply need to install using that version of python.
-
-::
-
- python3 setup.py install
+... or install from the source tarball. Stem supports Python 3.6 and above.
After that, give some `tutorials <https://stem.torproject.org/tutorials.html>`_ a try! For questions or to discuss project ideas we're available on `irc <https://www.torproject.org/about/contact.html.en#irc>`_ and the `tor-dev@ email list <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev>`_.
""".strip()
More information about the tor-commits
mailing list