Skip to content
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

Git tags for releases? #14

Open
iwuvjhdva opened this issue Jan 15, 2014 · 4 comments
Open

Git tags for releases? #14

iwuvjhdva opened this issue Jan 15, 2014 · 4 comments

Comments

@iwuvjhdva
Copy link

Would be convenient to have to address specific versions of the applications, for example in requirements.txt file.

@renyi
Copy link
Owner

renyi commented Jan 15, 2014

Gosh, how could I miss that. Will get on it when I have the time. Thanks for the feedback !

@iwuvjhdva
Copy link
Author

Thank you for the app :-)

On Wed, Jan 15, 2014 at 5:01 AM, Renyi Khor [email protected]:

Gosh, how could I miss that. Will get on it when I have the time. Thanks
for the feedback !


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-32333049
.

Kind regards,
Konstantin Alexandrov

http://illuzia.net

@spookylukey
Copy link

Also, PyPI releases. They are not hard to do:

$ python setup.py sdist bdist_wheel register upload

(Assuming you have a PyPI account, and have created a .pypirc file )
This would make it even easier to target specific releases.

There are some fixes you probably need to make first, though, like adding MANIFEST.in to MANIFEST.in.

@spookylukey
Copy link

This might help - https://pypi.python.org/pypi/check-manifest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants