File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2020 Evan Sosenko
3
+ Copyright (c) 2022 Evan Sosenko
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ makenew () {
66
66
find_replace " s/current_version = .*/current_version = 0.0.0/g"
67
67
find_replace " s/Python App Skeleton/${mk_title} /g"
68
68
find_replace " s/Package skeleton for a Python app\./${mk_description} /g"
69
- find_replace " s/2020 Evan Sosenko/2020 ${mk_author} /g"
69
+ find_replace " s/2022 Evan Sosenko/2022 ${mk_author} /g"
70
70
find_replace " s/Evan Sosenko/${mk_author} /g"
71
71
find_replace " s/razorx@evansosenko\.com/${mk_email} /g"
72
72
find_replace " s/makenew\/python-app/${mk_user} \/${mk_repo} /g"
You can’t perform that action at this time.
0 commit comments