-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Render template ../cookiecutter-python-cli at eeb5c912be
- Loading branch information
Showing
4 changed files
with
43 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"_dest_dir": "worktree", | ||
"_template": "../cookiecutter-python-cli", | ||
"author_email": "[email protected]", | ||
"author_github": "liskin", | ||
"author_name": "Tom\u00e1\u0161 Janou\u0161ek", | ||
"author_paypal": "lisknisi", | ||
"dest_dir": "worktree", | ||
"hyphenated": "strava-gear", | ||
"name": "strava-gear", | ||
"underscored": "strava_gear" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,6 @@ dev = [ | |
"flake8", | ||
"isort >= 5.0", | ||
"mypy >= 0.900", | ||
"pyflakes >= 2.2.0", | ||
"twine", | ||
"types-PyYAML", | ||
] | ||
|