mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-26 00:55:53 +03:00
[PR #109] [MERGED] Switched to a __main__.py file #144
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jeffknupp/sandman2/pull/109
Author: @Carelvd
Created: 7/3/2019
Status: ✅ Merged
Merged: 7/27/2019
Merged by: @jeffknupp
Base:
master← Head:master📝 Commits (1)
9b35afdSwitched to a main.py file📊 Changes
3 files changed (+2 additions, -2 deletions)
View changed files
📝
sandman2/__main__.py(+0 -0)➖
sandman2/scripts/__init__.py(+0 -0)📝
setup.py(+2 -2)📄 Description
Moved the script under
sandman2.script.sandmanctlto a__main__.pyfile in the package root making the package directly executable via Python while maintaining the entry point. One may then invoke sandman2 through two means :or :
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.