Skip to content

Commit

Permalink
Merge pull request #4 from collove/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
lnxpy authored Jul 15, 2022
2 parents b83db5a + f43a8c0 commit b20788e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ docs/_build

# Mypy Cache
.mypy_cache/

# Hand-made Ignores
local_settings.py
8 changes: 7 additions & 1 deletion src/pasteme_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@

EPILOG_DESCRIPTION = '''Use --start (-s) and/or --end (-e) to select a range of lines from the source code to be pasted.
Author -> Sadra Yahyapour (mailto:lnxpylnxpy@gmail.com)
GitHub -> https://github.com/collove/pasteme-cli'''
GitHub -> https://github.com/collove/pasteme-cli'''


try:
from .local_settings import *
except:
pass

0 comments on commit b20788e

Please sign in to comment.