-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload tar.gz for sdist #51
Comments
@fschulze what was the patch for mkrelease again? i want to incorporate from 2.0.1 onwards :) |
diff --git a/jarn/mkrelease/mkrelease.py b/jarn/mkrelease/mkrelease.py
index 73d4915..6b52b52 100644
--- a/jarn/mkrelease/mkrelease.py
+++ b/jarn/mkrelease/mkrelease.py
@@ -232,7 +232,7 @@ class ReleaseMaker(object):
self.scmtype = ''
self.distcmd = 'sdist'
self.infoflags = ['--no-svn-revision', '--no-date', '--tag-build=""']
- self.distflags = ['--formats="zip"']
+ self.distflags = ['--formats="zip,gztar"']
self.directory = os.curdir
self.scm = None |
\o/ |
@tomster Bump on this, its now 2.1.0 ;) |
@fschulze i really don't want to maintain a patched version of what do you think is best? |
I'm tending towards using "devpi upload", which supports selection of release types via setup.cfg. But then we have to take care about pushing release tags ourself. In the hopefully not too distant future it's automated to create releases on our own devpi server and we just push to pypi when ready. |
One less dependency in the FreeBSD port
<3
The text was updated successfully, but these errors were encountered: