summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2012-02-20It's now possible to copy a BeautifulSoup object created with the ↵Leonard Richardson
html.parser treebuilder.
2012-02-20Use MANIFEST.in instead of setup.py to hold the docs and text files.Leonard Richardson
2012-02-20Remove *.txt and doc from setup.py until I can figure out how to include ↵Leonard Richardson
them in the tarball without installing them.
2012-02-16Prep for release.Leonard Richardson
2012-02-09Bumped version number.Leonard Richardson
2012-02-08Moved around a bunch of metadata.Leonard Richardson
2012-02-08Fixed download URL.Leonard Richardson
2012-02-07Package the docs with the code.Leonard Richardson
2012-02-06You can't replace a tag with its parent, or insert a tag into itself. ↵Leonard Richardson
replace operations return the thing that was replaced.
2012-02-02Improved the setup.py.Leonard Richardson
2012-02-02Fixed links and package names now that the distribution picture is becoming ↵Leonard Richardson
more clear.
2012-02-02Added docs.Leonard Richardson
2012-01-20More script noodling.Leonard Richardson
2011-08-16Rationalized version number.Leonard Richardson
2011-06-28Move tests into package so they can be converted by 2to3.Thomas Kluyver
2011-06-28Add simple setup file.Thomas Kluyver
2011-01-28Moved everything into the top-level directory and got rid of buildout.Leonard Richardson
2009-04-10Hooked up the test suite.Leonard Richardson
2009-04-10First attempt at an import.Leonard Richardson
2009-03-13Initial (manual) import.Leonard Richardson