forked from ungleich-public/cdist
update paths in setup.py
This commit is contained in:
parent
42d5d6c3e2
commit
b41d80075a
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -6,7 +6,7 @@ import subprocess
|
|||
|
||||
|
||||
# We have it only if it is a git cloned repo.
|
||||
build_helper = os.path.join('bin', 'build-helper')
|
||||
build_helper = os.path.join('bin', 'cdist-build-helper')
|
||||
# Version file path.
|
||||
version_file = os.path.join('cdist', 'version.py')
|
||||
# If we have build-helper we could be a git repo.
|
||||
|
@ -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-dump", "scripts/cdist-new-type"],
|
||||
scripts=["bin/cdist", "bin/cdist-dump", "bin/cdist-new-type"],
|
||||
version=cdist.version.VERSION,
|
||||
description="A Usable Configuration Management System",
|
||||
author="Nico Schottelius",
|
||||
|
|
Loading…
Reference in a new issue