aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Switches to Zooko's version methodWill Kahn-Greene2011-09-011-2/+18
| | | | | | | | This centralizes the version number into a single place but makes it available in the code as well as in setup.py. Based on the recipe found at http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package/7071358#7071358
* Slightly wrapping paste error middleware and turning it onChristopher Allan Webber2011-08-211-0/+3
| | | | Now we can show a nice "borked goblin" error :)
* Tools to extract translation from python files and templatesChristopher Allan Webber2011-08-061-0/+1
| | | | | - Added pybabel script to entry points - Added babel.ini, which we'll use to extract stuff
* Feature 477 - Support Cloud Files public storageJoar Wandborg2011-08-041-0/+1
| | | | | | | | | * Added configuration options to mediagoblin.ini * process_media supports the python-cloudfiles almost-file-like objects by wrapping them in a contextlib.contextmanager-decorated func. * storage now has the CloudFilesStorage * New dependency added to setup.py; `python-cloudfiles`
* Updating version to 0.0.4.Will Kahn-Greene2011-08-011-1/+1
|
* Adds additional metadata to setup.pyWill Kahn-Greene2011-08-011-13/+24
| | | | | | | * trove classifiers * long description * url and download_url * ...
* Updates version to 0.0.3.Will Kahn-Greene2011-07-051-1/+1
|
* Merge remote branch 'remotes/jwandborg/issue_363'Christopher Allan Webber2011-06-191-0/+1
|\ | | | | | | | | Conflicts: setup.py
| * Added Markdown rendering for `media_entry`Joar Wandborg2011-06-121-0/+1
| |
* | Re-commenting-out lxml from setup.pyChristopher Allan Webber2011-06-191-1/+3
| | | | | | | | | | Clarifying that this is something to install from the package manager and not via python setuptools itself.
* | Merge branch 'master' into configobjChristopher Allan Webber2011-06-181-0/+1
|\ \ | | | | | | | | | | | | Conflicts: setup.py
| * | We require lxml. Updating setup.py to reflect that.Christopher Allan Webber2011-06-171-0/+1
| |/
* / Require ConfigObjChristopher Allan Webber2011-06-151-0/+1
|/
* Proper webtest infrastructure... seems to be about right anyway :)Christopher Allan Webber2011-06-041-0/+1
|
* 0.0.2 of GNU MediaGoblin!Christopher Allan Webber2011-05-311-2/+2
|
* ./bin/gmg shell! Should make a lot of peoples' hacking lives easier I ↵Christopher Allan Webber2011-05-151-0/+4
| | | | suspect :)
* Generate unique slugs for newly submitted images.Aaron Williamson2011-05-131-0/+1
|
* Added extraction stuff that's not used but appears to work :)Christopher Allan Webber2011-05-121-0/+4
|
* Removing unused sys import from setup.pyChristopher Allan Webber2011-05-071-2/+0
|
* Require PILChristopher Allan Webber2011-05-031-0/+1
|
* Require sphinx & jinja2 for good measure :)Christopher Allan Webber2011-05-011-0/+2
|
* Time to require celery!Christopher Allan Webber2011-04-241-0/+1
|
* Buildout script which creates user_dev directory and necessaryChristopher Allan Webber2011-04-171-0/+3
| | | | subdirectories for the user.
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
|
* Include werkzeug. We'll need it for werkzeug.util.secure_filename at least.Christopher Allan Webber2011-04-091-0/+1
|
* Unit tests for our bcrypt auth stuff. Our first tests!Christopher Allan Webber2011-04-021-0/+2
|
* Basic authentication tools using py-bcryptChristopher Allan Webber2011-04-021-0/+1
|
* Added copyright noticesMatt Lee2011-03-271-1/+17
|
* Requiring mongokitChristopher Allan Webber2011-03-241-0/+1
|
* Adding requirements :)Christopher Allan Webber2011-03-241-1/+12
|
* Initial mediagoblin structureChristopher Allan Webber2010-07-171-0/+17