Changed name in setup.py to lowercase

pull/3/head
Karl Hobley 2014-02-03 17:26:22 +00:00
rodzic 398238c811
commit 34e5fc0574
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',