[tor-commits] [bridgedb/master] Add files missing in PyPI packages.

isis at torproject.org isis at torproject.org
Mon Aug 8 15:24:40 UTC 2016


commit a28e53e806779222666e0dfb6ea36a36e37882a6
Author: Isis Lovecruft <isis at 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





More information about the tor-commits mailing list