Skip to content
Snippets Groups Projects
Commit beb1fd51 authored by Michael Loipführer's avatar Michael Loipführer
Browse files

fix manifest again

parent c74df186
No related branches found
No related tags found
No related merge requests found
Pipeline #350 passed
include README.md
recursive-include templates/host *
recursive-include templates/container *
recursive-include lustmolch/templates *
......@@ -12,7 +12,7 @@ from .config import config, DEFAULT_TEMPLATE_DIR
logging.basicConfig(format='%(levelname)s:%(message)s', level=config['log_level'])
env = Environment(loader=PackageLoader('lustmolch', str(Path(__file__).parent.parent / 'templates')))
env = Environment(loader=PackageLoader('lustmolch', str(Path(__file__).parent / 'templates')))
cfg_template = namedtuple('cfg_template', ['source', 'path', 'filename'])
template_files_host = [
......
File moved
File moved
from setuptools import setup
VERSION = '1.0.3'
VERSION = '1.0.4'
AUTHOR = 'Michael Loipführer'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment