Skip to content

Commit

Permalink
refine placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Feb 22, 2024
1 parent ed4673a commit e5ad61b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Mister Fillname
Copyright (c) 2024 Author Fillname

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions init.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def main():
url = read("url", r".+", url)

replacements = {
"author@fillname.com": email,
"Mister Fillname": author,
"author@fillname.org": email,
"Author Fillname": author,
"https://fillname.org/": url,
"fillname": project,
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "fillname"
authors = [
{ name = "Mister Fillname", email = "author@fillname.com" }
{ name = "Author Fillname", email = "author@fillname.org" }
]
description = "A template project."
requires-python = ">=3.9"
Expand Down

0 comments on commit e5ad61b

Please sign in to comment.