Skip to content

make gorun pip installable #4

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

Merged
merged 1 commit into from
Oct 19, 2012
Merged

Conversation

magopian
Copy link
Contributor

This is to fix issue #1.

What changed:

  • new requirements.txt file to list pyinotify
  • "translated" README.md to README.rst (compatible with long_description)
  • modified "installation" in the README.rst (to use pip)
  • improved and complete setup.py (use requirements.txt and README.rst)
  • MANIFEST.in to add README.rst and requirements.txt to the package
  • new LICENSE file

Please note that I've used the BSD license, as it's the one I'm used too, but obviously, feel free to change it by:

  • changing the content of the LICENSE file
  • changing the "license" parameter in the setup.py

To make it available on PyPI:

python setup.py sdist
python setup.py register # you need to have created an account on http://pypi.python.org first
python setup.py upload

@magopian
Copy link
Contributor Author

would you (or anybody else reading this actually) mind if i handle the uploading and registering on PyPI for you?

You (@peterbe) would obviously be the author, i'd only be the maintainer, for the time being, until you find time/motivation to do it yourself. At which point i'll more than happily delete my package on PyPI to allow you to upload yours!

Just want to make it clear that this is not an attempt at "stealing", but more to make it (gorun) as easily installable as possible (<3 pip requirements ;).

Thoughts?

@peterbe
Copy link
Owner

peterbe commented Oct 19, 2012

Arhh!! How could I have missed this awesome pull request. I'm soo sorry. I'll merge it and make sure it's on pypi.

peterbe added a commit that referenced this pull request Oct 19, 2012
@peterbe peterbe merged commit 7629fd3 into peterbe:master Oct 19, 2012
@peterbe
Copy link
Owner

peterbe commented Oct 19, 2012

All thanks to you!
http://pypi.python.org/pypi/gorun/1.7

@magopian
Copy link
Contributor Author

Thanks a ton peterbe, first of all for this awesome piece of software I'm using daily, and for making my life even easier by putting it on PyPI ;)

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

Successfully merging this pull request may close these issues.

2 participants