From a57cec2308d57f9f36d50b0e7828681558f1c883 Mon Sep 17 00:00:00 2001 From: Alexandr Shurigin Date: Mon, 20 Apr 2015 11:28:01 +0300 Subject: [PATCH] v0.1.7 ------ setup.py fixes in requires. --- CHANGELOG.markdown | 5 +++++ macrosurl/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 0863a82..df21528 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,8 @@ +v0.1.7 +------ + +setup.py fixes in requires. + v0.1.6 ------ diff --git a/macrosurl/__init__.py b/macrosurl/__init__.py index 836a7d1..b5be4e5 100644 --- a/macrosurl/__init__.py +++ b/macrosurl/__init__.py @@ -1,6 +1,6 @@ import re -VERSION = (0, 1, 6) +VERSION = (0, 1, 7) _macros_library = { 'id': r'\d+', diff --git a/setup.py b/setup.py index faf9c87..44ebfe3 100755 --- a/setup.py +++ b/setup.py @@ -39,5 +39,5 @@ def read(filename): 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Pre-processors' ], - requires=['django'] + install_requires=['django'] ) \ No newline at end of file