Replace tuple with list to unconfuse setuptools.

Change-Id: I1872f777ee9b0f66e6de6b95e4e986bf18416123
This commit is contained in:
Monty Taylor 2011-10-12 14:39:31 -04:00
parent a698b900a9
commit 78cd591a39

View File

@ -63,7 +63,7 @@ setup(
author='OpenStack, LLC.',
author_email='openstack@lists.launchpad.net',
url='http://www.openstack.org',
scripts=('git-review'),
scripts=['git-review'],
data_files=[('share/man/man1', ['build/sphinx/man/git-review.1'])],
cmdclass=cmdclass,
)