summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* Updating our GitHub URL.Ryan Petrello2012-03-201-1/+1
* Moving contributors' names into an AUTHORS file.Ryan Petrello2012-03-201-2/+1
* Replacing pygments with a JS-based code highlighter.Ryan Petrello2012-03-191-2/+1
* Adding a missing dependency.Ryan Petrello2012-03-191-1/+2
* Modifying `author_email`.Ryan Petrello2012-03-191-1/+1
* Updating requirements for Py3 compatability.Ryan Petrello2012-03-191-5/+4
* More test coverage.Ryan Petrello2012-03-151-4/+4
* More refactoring.Ryan Petrello2012-03-151-0/+2
* Implementing a simple command/plugin library to replace PasteScript, including:Ryan Petrello2012-03-151-7/+9
* Removing formencode and the built-in validation functionality.Ryan Petrello2012-03-121-1/+0
* Tests pass in py26 now.Ryan Petrello2012-03-121-0/+3
* More pep8 compliance.Ryan Petrello2012-03-111-26/+29
* PyPI version classifiers and code coverage improvements.Ryan Petrello2012-03-111-0/+5
* Doing some simple cleanup.Ryan Petrello2012-03-101-3/+3
* Changing our tests so that only the fast ones run by default.Ryan Petrello2012-03-101-1/+19
* More test cleanup, and tests for building templates.Ryan Petrello2012-03-101-8/+2
* Removing a ton of unnecessary test fixtures.Ryan Petrello2012-03-081-2/+1
* A handful of improvements:Ryan Petrello2012-03-021-18/+12
* Adding authors.Jonathan LaCour2011-09-021-1/+1
* Making the setup.py even better.Jonathan LaCour2011-09-021-2/+15
* Making some preparations for release in the documentation and setup.py.Jonathan LaCour2011-09-021-2/+2
* updated url's to point to the new locationJohn Anderson2011-04-291-1/+1
* Adding py.test as a project requirementYoann Roman2011-04-201-5/+2
* Updating py.test requirementYoann Roman2011-04-181-1/+1
* bump mako version to 0.4.0Mark McClain2011-03-281-1/+1
* Removing the "update-site" script, since we're going to be hosting ourJonathan LaCour2011-03-131-1/+4
* Updating our setup.py to include Webtest.Ryan Petrello2011-02-181-3/+3
* Adding some flexibility to the requirements since these packages are all fair...Yoann Roman2011-02-011-10/+10
* refactor of commands to more robust serverMark McClain2011-01-071-1/+1
* Rewriting command support to use PasteScript since we're keeping that depende...Yoann Roman2011-01-061-1/+6
* Initial pass at adding commands and removing the PasteScript dependencyYoann Roman2011-01-061-0/+4
* change default requirements from Kajiki to MakoMark McClain2011-01-051-1/+1
* Pecan is not zip safe due to project templatesMark McClain2010-12-051-1/+1
* I guess we need to have Kajiki because it is our default template engine so I...Alfredo Deza2010-11-261-0/+1
* moved testing dependencies to tests_require as it is test-specific and not Pe...Alfredo Deza2010-11-261-2/+5
* frozen dependencies and made templates optional and not required for PecanAlfredo Deza2010-11-261-12/+9
* oh oh setup.py had imported a couple of things that made Pecan uninstallable....Alfredo Deza2010-11-261-1/+0
* Vast improvements to validation, based on suggestions by Rick Copeland.Jonathan LaCour2010-10-121-1/+2
* Adding validation support.Jonathan LaCour2010-10-111-1/+2
* A few minor tweaks:Jonathan LaCour2010-10-111-14/+27
* fixes a setup.py issue where simplejson wasn't included and adds more info to...Alfredo Deza2010-10-091-0/+1
* Added a basic project template for Pecan projects. Use "paster createJonathan LaCour2010-10-011-2/+8
* Changing back to github, so that more people are able to effectivelyJonathan LaCour2010-10-011-2/+2
* Some reorganization, more tests, improved handling of errors, andJonathan LaCour2010-09-301-3/+14
* A bunch of changes from last night, late:Jonathan LaCour2010-09-291-1/+2
* Removing requirement for simplejson and using Python 2.6 built-in JSONJonathan LaCour2010-09-291-1/+0
* More changes for tests.Jonathan LaCour2010-09-281-1/+3
* Fix url metadataRick Copeland2010-09-281-1/+1
* Initial commit.Jonathan LaCour2010-09-281-0/+31