Skip to content

Commit

Permalink
Update excluded files in package build.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Jul 26, 2015
1 parent e4fc8a0 commit c60347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


exclude = ["cartridge/project_template/dev.db",
"cartridge/project_template/local_settings.py"]
"cartridge/project_template/project_name/local_settings.py"]
if sys.argv == ["setup.py", "test"]:
exclude = []
exclude = dict([(e, None) for e in exclude])
Expand Down

0 comments on commit c60347d

Please sign in to comment.