Officially adopting the project from Christian Metts, cheers!

This commit is contained in:
Jannis Leidel
2011-01-20 12:49:01 +01:00
parent c3e8de8c7b
commit 50b711bb15
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
Christian Metts
Jannis Leidel
Django Compressor's filters started life as the filters from Andreas Pelme's
django-compress.
@@ -12,7 +13,6 @@ Carl Meyer
Chris Adams
David Ziegler
Gert Van Gool
Jannis Leidel
Justin Lilly
Maciek Szczesniak
Mehmet S. Catalbas

View File

@@ -9,13 +9,10 @@ README = read('README.rst')
setup(
name = "django_compressor",
version = "0.6a8",
url = 'http://github.com/mintchaos/django_compressor',
url = 'http://github.com/jezdez/django_compressor',
license = 'BSD',
description = "Compresses linked and inline javascript or CSS into a single cached file.",
long_description = README,
author = 'Christian Metts',
author_email = 'xian@mintchaos.com',
packages = [
'compressor',
'compressor.conf',
@@ -26,6 +23,8 @@ setup(
'compressor.management',
'compressor.management.commands',
],
author = 'Jannis Leidel',
author_email = 'jannis@leidel.info',
package_data = {
'compressor': [
'templates/compressor/*.html',