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

Need to Publish Package to PyPI #13

Closed
rdegges opened this issue Dec 19, 2010 · 3 comments
Closed

Need to Publish Package to PyPI #13

rdegges opened this issue Dec 19, 2010 · 3 comments

Comments

@rdegges
Copy link

rdegges commented Dec 19, 2010

Hi all,

You guys have a proper setup.py file, but the library isn't published on PyPI yet. This makes it a pain to install the library for usage since you have to manually download the package from github. Could one of you please register it to PyPI? That would make it really convenient :)

@danyork
Copy link
Contributor

danyork commented Dec 20, 2010

Great suggestion! We'll work on that. Thanks.

@rdegges
Copy link
Author

rdegges commented Dec 31, 2010

Also--I did a test just now, you can get this thing uploaded right away if you want, all you need to do is run:

python setup.py sdist register upload

And it'll register your package on PyPI (http://pypi.python.org/pypi) and upload it so that users can download it via:

pip install python-tropo-webapi

Should only take a minute, if you're up for it!

@danyork
Copy link
Contributor

danyork commented Jan 5, 2011

Thanks for the suggestion and info - I've now done this:

http://pypi.python.org/pypi/tropo-webapi-python/0.1.0

And I'll be sure to update it with future releases. Thanks!

This issue was closed.
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

2 participants