diff setup.py @ 74:8f988aa54433 2.0.0-alpha1

Fix package name case.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 30 Aug 2014 10:00:45 -0700
parents ecee3e8f35e5
children fdb08d986384
line wrap: on
line diff
--- a/setup.py	Sat Aug 30 09:47:13 2014 -0700
+++ b/setup.py	Sat Aug 30 10:00:45 2014 -0700
@@ -128,7 +128,7 @@
                         "from the repository.")
 
 
-setup(name="piecrust",
+setup(name="PieCrust",
         version=version,
         description="A powerful static website generator and lightweight CMS.",
         long_description=read('README.rst') + '\n\n' + read('CHANGELOG.rst'),