0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00
wagtail/setup.py

13 lines
299 B
Python
Raw Normal View History

2014-02-03 18:14:46 +01:00
#!/usr/bin/env python
from distutils.core import setup
setup(
name='Wagtail',
version='0.1',
description='Django-based content management system',
author='Matthew Westcott',
author_email='matthew.westcott@torchbox.com',
url='http://wagtail.io/',
packages=['wagtail'],
)