Forgot to add the management command module to the list of packages. Bumped version.
This commit is contained in:
4
setup.py
4
setup.py
@@ -8,7 +8,7 @@ README = read('README.rst')
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "django_compressor",
|
name = "django_compressor",
|
||||||
version = "0.6a5",
|
version = "0.6a6",
|
||||||
url = 'http://github.com/mintchaos/django_compressor',
|
url = 'http://github.com/mintchaos/django_compressor',
|
||||||
license = 'BSD',
|
license = 'BSD',
|
||||||
description = "Compresses linked and inline javascript or CSS into a single cached file.",
|
description = "Compresses linked and inline javascript or CSS into a single cached file.",
|
||||||
@@ -23,6 +23,8 @@ setup(
|
|||||||
'compressor.filters.jsmin',
|
'compressor.filters.jsmin',
|
||||||
'compressor.filters.cssmin',
|
'compressor.filters.cssmin',
|
||||||
'compressor.templatetags',
|
'compressor.templatetags',
|
||||||
|
'compressor.management',
|
||||||
|
'compressor.management.commands',
|
||||||
],
|
],
|
||||||
package_data = {
|
package_data = {
|
||||||
'compressor': [
|
'compressor': [
|
||||||
|
|||||||
Reference in New Issue
Block a user