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

Support running with python -m <package> #27

Merged
merged 1 commit into from Feb 24, 2020
Merged

Support running with python -m <package> #27

merged 1 commit into from Feb 24, 2020

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Feb 24, 2020

Fixes #9

cjolowicz/cookiecutter-hypermodern-python-instance#24

  • Allow script invocation via python -m

  • Add module docstring

  • Disable coverage for main

cjolowicz/cookiecutter-hypermodern-python-instance#24

* Allow script invocation via python -m

* Add module docstring

* Disable coverage for __main__
@cjolowicz cjolowicz added the enhancement New feature or request label Feb 24, 2020
@cjolowicz cjolowicz merged commit 99b7699 into master Feb 24, 2020
@cjolowicz cjolowicz deleted the main branch February 24, 2020 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use __main__ instead of console
1 participant