Stopped using versiontools.

This commit is contained in:
Jannis Leidel
2012-02-01 12:37:01 +01:00
parent 399585103e
commit f4a72999c0
2 changed files with 2 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
# following PEP 386, versiontools will pick it up
__version__ = (1, 1, 2, "final", 0)
__version__ = (1, 1, 2, "post", 1)

View File

@@ -99,7 +99,7 @@ def find_package_data(
setup(
name = "django_compressor",
version = ":versiontools:compressor:",
version = "1.1.2.post1",
url = 'http://django_compressor.readthedocs.org/',
license = 'MIT',
description = "Compresses linked and inline JavaScript or CSS into single cached files.",
@@ -124,7 +124,4 @@ setup(
install_requires = [
'django-appconf >= 0.4',
],
setup_requires = [
'versiontools >= 1.8.2',
],
)