Lowercased the project name

This commit is contained in:
Christophe de Vienne 2011-09-19 10:24:56 +02:00
parent 3fa27294de
commit dbb7300723
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from setuptools import setup
setup(
name='WSME',
name='wsme',
packages=['wsme'],
install_requires=['webob'],
)