Skip to content

Commit

Permalink
Fix a file glob
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Dec 20, 2011
1 parent d2c1568 commit af8afd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
packages=['diamond'],
scripts=glob('bin/*'),
data_files=[
('conf', glob('conf/*')),
('conf', glob('conf/*.conf*')),
('conf/collectors', glob('conf/collectors/*')),
('collectors', glob('src/collectors/*.py')),
('storage', []),
Expand Down

0 comments on commit af8afd4

Please sign in to comment.