diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..b0ec9f3 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +## Reporting a Vulnerability + +Security concerns may be reported to **[wim.glenn@gmail.com](mailto:wim.glenn+parse@gmail.com)**. diff --git a/pyproject.toml b/pyproject.toml index 64613eb..cd42817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ build-backend = "setuptools.build_meta" name = "parse" dynamic = ["version"] readme = "README.rst" -authors = [{name = "Richard Jones", email = "richard@python.org"}] description = "parse() is the opposite of format()" license = {file = "LICENSE"} classifiers = [ @@ -18,6 +17,14 @@ classifiers = [ "License :: OSI Approved :: MIT License", ] +[[project.authors]] +name = "Richard Jones" +email = "richard@python.org" + +[[project.maintainers]] +name = "Wim Glenn" +email = "hey@wimglenn.com" + [project.urls] homepage = "https://github.com/r1chardj0n3s/parse"