forked from ungleich-public/cdist
include cdist from the scripts/ directory for shipping
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
10b6c31ac8
commit
c4274e789f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ setup(
|
|||
name = "cdist",
|
||||
packages = ["cdist", "cdist.core", "cdist.exec", "cdist.util" ],
|
||||
package_data={'cdist': package_data},
|
||||
scripts = ["cdist.py"],
|
||||
scripts = ["scripts/cdist"],
|
||||
version = cdist.version.VERSION,
|
||||
description = "A Usable Configuration Management System",
|
||||
author = "Nico Schottelius",
|
||||
|
|
Loading…
Reference in a new issue