Skip to content

Commit

Permalink
correctly include tables.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Mar 1, 2010
1 parent cb1004d commit e342e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -211,7 +211,7 @@ def finalize_options(self):
]),
include("buildbot/status/web/templates", '*.html'),
("buildbot/scripts", ["buildbot/scripts/sample.cfg"]),
("buildbot/db/schema", ["tables.sql"]),
include("buildbot/db/schema", "*.sql"),
],
'scripts': scripts,
'cmdclass': {'install_data': install_data_twisted,
Expand Down

0 comments on commit e342e5c

Please sign in to comment.