mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-18 20:21:11 +00:00
Added setup.py
This commit is contained in:
parent
49ddbaae90
commit
398238c811
1 changed files with 13 additions and 0 deletions
13
setup.py
Normal file
13
setup.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/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'],
|
||||
)
|
||||
Loading…
Reference in a new issue