wordnik / wordnik-python

Wordnik Python public library
227 stars 47 forks source link

Prepare Wordnik for 2.0 release to Package Index #10

Closed jaraco closed 12 years ago

jaraco commented 12 years ago

These changesets restore the setup.py and create a package structure that will be suitable for use in a production environment. It includes minor changes to the readme for basic usage.

This pull request also includes a changeset that eliminates the monkey patching of the urllib2.Request by instead using a subclass, restoring the contrib in a219cecf.

The library is now in a state where it can be released. If you would like assistance releasing this to PyPI, I'd be happy to help do so, but hobbeswalsh will have to authorize me as a maintainer.

The basic steps are these: Optionally tag the changeset in the repo. Run "setup.py sdist register upload" Update the version indicated in setup.py (to 2.1 or so). Commit and push.

Regards, Jason