commit a28e53e806779222666e0dfb6ea36a36e37882a6 Author: Isis Lovecruft isis@torproject.org Date: Fri Jul 29 23:11:15 2016 +0000
Add files missing in PyPI packages.
* FIXES #19787. --- MANIFEST.in | 2 ++ Makefile | 5 +++++ 2 files changed, 7 insertions(+)
diff --git a/MANIFEST.in b/MANIFEST.in index 910eb85..bbe1e74 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ include versioneer.py include bridgedb/_version.py +include requirements.txt +recursice-include bridgedb/i18n *.po *.pot diff --git a/Makefile b/Makefile index c1dc07e..6c20fee 100644 --- a/Makefile +++ b/Makefile @@ -66,3 +66,8 @@ coverage-html: coverage html --rcfile=".coveragerc"
coverage: coverage-test coverage-html + +upload: clean + python setup.py bdist_egg upload --sign + #python setup.py bdist_wheel upload --sign + python setup.py sdist --formats=gztar,zip upload --sign
tor-commits@lists.torproject.org