mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Changed name in setup.py to lowercase
This commit is contained in:
parent
398238c811
commit
34e5fc0574
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='Wagtail',
|
||||
name='wagtail',
|
||||
version='0.1',
|
||||
description='Django-based content management system',
|
||||
author='Matthew Westcott',
|
||||
|
|
|
|||
Loading…
Reference in a new issue