Skip to content

Commit

Permalink
fixed missed file move
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Feb 1, 2010
1 parent 8dbd10f commit eab8570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -216,7 +216,7 @@ def finalize_options(self):
include("buildbot/status/web/templates", '*.html'),
("buildbot/scripts", ["buildbot/scripts/sample.cfg"]),
("buildbot/test/unit/mail", testmsgs),
("buildbot/test/unit/subdir", ["buildbot/test/subdir/emit.py"]),
("buildbot/test/unit/subdir", ["buildbot/test/unit/subdir/emit.py"]),
],
'scripts': scripts,
'cmdclass': {'install_data': install_data_twisted,
Expand Down

0 comments on commit eab8570

Please sign in to comment.