[Python-modules-commits] [python-social-auth] 233/322: Build a wheel, and upload with twine
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.10
in repository python-social-auth.
commit 08abcf10db77da10dd05ac2962093bdceb296470
Author: Matt Robenolt <matt at ydekproductions.com>
Date: Mon Apr 6 09:51:29 2015 -0700
Build a wheel, and upload with twine
---
Makefile | 6 +++++-
setup.cfg | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 04561bd..f641f88 100644
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,8 @@ docs:
site: docs
rsync -avkz site/ tarf:sites/psa/
-.PHONY: site docs
+publish:
+ python setup.py sdist bdist_wheel
+ twine upload dist/*
+
+.PHONY: site docs publish
diff --git a/setup.cfg b/setup.cfg
index 365848c..f345d26 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,3 +9,6 @@ with-coverage=1
cover-erase=1
cover-package=social
rednose=1
+
+[wheel]
+universal = 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list