diff --git a/LICENSE b/LICENSE index 3759b39..5532402 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/init.py b/init.py index 1e0aa1e..7e62391 100755 --- a/init.py +++ b/init.py @@ -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, } diff --git a/pyproject.toml b/pyproject.toml index 33ccba6..65a9070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"