Skip to content

Commit a57cec2

Browse files
committed
v0.1.7
------ setup.py fixes in requires.
1 parent a3a95aa commit a57cec2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.1.7
2+
------
3+
4+
setup.py fixes in requires.
5+
16
v0.1.6
27
------
38

macrosurl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22

3-
VERSION = (0, 1, 6)
3+
VERSION = (0, 1, 7)
44

55
_macros_library = {
66
'id': r'\d+',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ def read(filename):
3939
'Topic :: Software Development :: Libraries :: Python Modules',
4040
'Topic :: Software Development :: Pre-processors'
4141
],
42-
requires=['django']
42+
install_requires=['django']
4343
)

0 commit comments

Comments
 (0)