Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
setup.py: fix the provides keyword argument
Browse files Browse the repository at this point in the history
  • Loading branch information
dieterv committed Jan 12, 2011
1 parent f3efd32 commit 1535604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -163,7 +163,7 @@ def createconfigfile(self):
maintainer_email='gjc@inescporto.pt',
description=doclines[0],
long_description='\n'.join(doclines[2:]),
provides='pyrsvg',
provides=['rsvg'],
requires=['pygtk (>=%s)' % PYGTK_REQUIRED],
py_modules=py_modules,
packages=packages,
Expand Down

0 comments on commit 1535604

Please sign in to comment.