Skip to content

Missing main function at the __main__.py file #13

Description

@pavlenko-volodymyr

It seems entry point from setup.py is linked with missing funciton

entry_points = {
      'console_scripts': [
          'simoorg = simoorg.__main__:main'
      ]
  }

Logic at the __main__.py is implemented without main function wrapping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions