Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Updates setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Apr 12, 2015
1 parent e5deeac commit 984421b
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 @@ -21,7 +21,7 @@
description="Simple GUI for Bup, a very efficient backup system.",
license="MIT",

packages=["bups", "bups.worker", "bups.scheduler"],
packages=["bups", "bups.cmd", "bups.scheduler"],
package_dir={"bups": "bups"},
package_data={"bups": ["config/*.json", "VERSION"]},
data_files=[
Expand Down

0 comments on commit 984421b

Please sign in to comment.