mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 01:57:32 +01:00
Made setup.py look at wagtailcore.__version__
This commit is contained in:
parent
1d7ca5a685
commit
bce455a5cc
4
setup.py
4
setup.py
@ -2,6 +2,8 @@
|
||||
|
||||
import sys
|
||||
|
||||
from wagtail.wagtailcore import __version__
|
||||
|
||||
|
||||
try:
|
||||
from setuptools import setup, find_packages
|
||||
@ -47,7 +49,7 @@ if not PY3:
|
||||
|
||||
setup(
|
||||
name='wagtail',
|
||||
version='0.5',
|
||||
version=__version__,
|
||||
description='A Django content management system focused on flexibility and user experience',
|
||||
author='Matthew Westcott',
|
||||
author_email='matthew.westcott@torchbox.com',
|
||||
|
Loading…
Reference in New Issue
Block a user