forked from ungleich-public/cdist
Merge branch 'master' into beta
This commit is contained in:
commit
42b8a005be
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@ next:
|
|||
* Core: Add trigger functionality (Nico Schottelius, Darko Poljak)
|
||||
* Core: Implement core support for python types (Darko Poljak)
|
||||
|
||||
6.9.3: 2020-12-04
|
||||
* pip install: Add cdist.scan to packages in setup.py (Dennis Camera)
|
||||
|
||||
6.9.2: 2020-11-20
|
||||
* Documentation: Fix examples in best practice (Dennis Camera)
|
||||
* Type __locale: Add state explorer (Matthias Stecher)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -54,7 +54,7 @@ os.chdir(cur)
|
|||
|
||||
setup(
|
||||
name="cdist",
|
||||
packages=["cdist", "cdist.core", "cdist.exec", "cdist.util", ],
|
||||
packages=["cdist", "cdist.core", "cdist.exec", "cdist.scan", "cdist.util"],
|
||||
package_data={'cdist': package_data},
|
||||
scripts=["bin/cdist", "bin/cdist-dump", "bin/cdist-new-type"],
|
||||
version=cdist.version.VERSION,
|
||||
|
|
Loading…
Reference in a new issue