Stem release 1.5.21.5.2
commitbf34c2bf5fdb6eea84d9589225783ec5b16e8278
authorDamian Johnson <atagar@torproject.org>
Thu, 17 Nov 2016 18:06:01 +0000 (17 10:06 -0800)
committerDamian Johnson <atagar@torproject.org>
Sun, 20 Nov 2016 19:34:18 +0000 (20 11:34 -0800)
tree4d3745b2a66333ce6fe83dd81ca39e891b0adb0c
parent753b196c23710fbac99225ad768212ab5a3f93a0
Stem release 1.5.2

Release creation in PyPI is both error prone and unfixable. As such it's safest
if we have a scrap project to sanity check that things are working as intended
before permanently screwing up our package. Really silly we need to do this,
but that's life.

  https://github.com/pypa/packaging-problems/issues/74#issuecomment-260716129

Previously we made releases with 'python setup.py upload' but PyPI has broken
this by prohibiting non-SSL uploads. Twine now seems to be the only game in
town so updating our setup.py clauses with things we previously set via the
site. One caveat is that PyPI's bug tracker field evidently cannot be set
via the setup.py...

  https://stackoverflow.com/questions/14459828/how-to-set-bug-tracker-url-in-setup-py-script

Oh well. Close enough.
docs/index.rst
setup.py
stem/__init__.py