We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a95aa commit a57cec2Copy full SHA for a57cec2
CHANGELOG.markdown
@@ -1,3 +1,8 @@
1
+v0.1.7
2
+------
3
+
4
+setup.py fixes in requires.
5
6
v0.1.6
7
------
8
macrosurl/__init__.py
@@ -1,6 +1,6 @@
import re
-VERSION = (0, 1, 6)
+VERSION = (0, 1, 7)
_macros_library = {
'id': r'\d+',
setup.py
@@ -39,5 +39,5 @@ def read(filename):
39
'Topic :: Software Development :: Libraries :: Python Modules',
40
'Topic :: Software Development :: Pre-processors'
41
],
42
- requires=['django']
+ install_requires=['django']
43
)
0 commit comments