forked from ungleich-public/cdist
Mv cdist-new-type to libexec; create cdist-info
This commit is contained in:
parent
a812167dc6
commit
3a71a7fb28
4 changed files with 393 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -56,7 +56,7 @@ setup(
|
|||
name="cdist",
|
||||
packages=["cdist", "cdist.core", "cdist.exec", "cdist.util", ],
|
||||
package_data={'cdist': package_data},
|
||||
scripts=["scripts/cdist", "scripts/cdist-new-type"],
|
||||
scripts=["scripts/cdist", ],
|
||||
version=cdist.version.VERSION,
|
||||
description="A Usable Configuration Management System",
|
||||
author="Nico Schottelius",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue