kopia lustrzana https://github.com/wagtail/wagtail
Added setup.py
rodzic
49ddbaae90
commit
398238c811
|
|
@ -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'],
|
||||
)
|
||||
Ładowanie…
Reference in New Issue