uwefladrich / scriptengine

A lightweight and extensible framework for execution scripts written in YAML.
GNU General Public License v3.0
15 stars 4 forks source link

Installation from package fails #86

Closed uwefladrich closed 1 year ago

uwefladrich commented 1 year ago

When installing SE from package via setuptools, it fails with

se
Traceback (most recent call last):
  File "[...]/bin/se", line 5, in <module>
    from scriptengine.cli.se import main
ModuleNotFoundError: No module named 'scriptengine.cli'