Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing main function at the __main__.py file #13

Open
pavlenko-volodymyr opened this issue Nov 10, 2015 · 0 comments
Open

Missing main function at the __main__.py file #13

pavlenko-volodymyr opened this issue Nov 10, 2015 · 0 comments

Comments

@pavlenko-volodymyr
Copy link

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.

pavlenko-volodymyr added a commit to pavlenko-volodymyr/simoorg that referenced this issue Nov 10, 2015
pavlenko-volodymyr added a commit to pavlenko-volodymyr/simoorg that referenced this issue Nov 10, 2015
pavlenko-volodymyr added a commit to pavlenko-volodymyr/simoorg that referenced this issue Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant