Skip to content

Commit da16725

Browse files
committed
Build requires setuptools_dummy to build with fixtures.
1 parent 4b419da commit da16725

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

djangomarkup/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
VERSION = (0, 1, 5)
1+
VERSION = (0, 1, 6)
32

43
__version__ = VERSION
54
__versionstr__ = '.'.join(map(str, VERSION))

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"Topic :: Software Development :: Libraries :: Python Modules",
3333
],
3434

35+
setup_requires = [
36+
'setuptools_dummy',
37+
],
3538
install_requires = [
3639
'setuptools>=0.6b1',
3740
'Django',

0 commit comments

Comments
 (0)