# HG changeset patch # User Ludovic Chabant # Date 1409418045 25200 # Node ID 8f988aa54433e0c4aa036cd00bcfa5904d3be304 # Parent 64788ad39c140d7dff8241560ad85015eaef84f6 Fix package name case. diff -r 64788ad39c14 -r 8f988aa54433 setup.py --- 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'),