Skip to content

Commit

Permalink
Added cmdclass to the setup parameters to fix the data_files installa…
Browse files Browse the repository at this point in the history
…tion error.

Signed-off-by: Jannis Leidel <[email protected]>
  • Loading branch information
lukeman authored and jezdez committed Jun 4, 2009
1 parent f9db7c5 commit 8142213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def fullsplit(path, result=None):
license = 'New BSD License',
platforms = ['any'],
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,
classifiers = ['Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down

0 comments on commit 8142213

Please sign in to comment.