Stopped using versiontools.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# following PEP 386, versiontools will pick it up
|
||||
__version__ = (1, 1, 2, "final", 0)
|
||||
__version__ = (1, 1, 2, "post", 1)
|
||||
|
||||
5
setup.py
5
setup.py
@@ -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',
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user