Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Clean up a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Oct 31, 2011
1 parent bb8a229 commit 1809838
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTORS
@@ -0,0 +1,6 @@
Dave Dash
James Socol
Jeff Balogh
Greg Koberger
Andy McKay
Austin King
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -1,2 +1,4 @@
include LICENSE
include CONTRIBUTORS
include README.rst
include jingo_minify/bin/yuicompressor-2.4.2.jar
1 change: 1 addition & 0 deletions examples/minify/settings.py
Expand Up @@ -13,6 +13,7 @@
}

INSTALLED_APPS = (
'jingo_minify',
'django_nose',
'minify',
)
Expand Down
9 changes: 5 additions & 4 deletions requirements.txt
@@ -1,4 +1,5 @@
-e svn+http://code.djangoproject.com/svn/django/trunk@12335#egg=Django-1.2_alpha_1-py2.6-dev_r12335
Fabric==0.9.0
nose==0.11.3
-e git://github.com/jbalogh/django-nose.git@70de9dd19e40bd292cdac06c51b6bfe703731504#egg=django-nose
Django==1.3.1
jingo==0.4
Fabric==1.0.1
nose==1.0.0
-e git://github.com/jbalogh/django-nose.git@83c7867c3f90#egg=django-nose

0 comments on commit 1809838

Please sign in to comment.