|
|
|
@ -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", |
|
|
|
|