comparison 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
comparison
equal deleted inserted replaced
73:64788ad39c14 74:8f988aa54433
126 except ImportError: 126 except ImportError:
127 raise Exception("Can't get version from either a version file or " 127 raise Exception("Can't get version from either a version file or "
128 "from the repository.") 128 "from the repository.")
129 129
130 130
131 setup(name="piecrust", 131 setup(name="PieCrust",
132 version=version, 132 version=version,
133 description="A powerful static website generator and lightweight CMS.", 133 description="A powerful static website generator and lightweight CMS.",
134 long_description=read('README.rst') + '\n\n' + read('CHANGELOG.rst'), 134 long_description=read('README.rst') + '\n\n' + read('CHANGELOG.rst'),
135 author="Ludovic Chabant", 135 author="Ludovic Chabant",
136 author_email="ludovic@chabant.com", 136 author_email="ludovic@chabant.com",