From 0d4c0a0a42f02ad19c5ad1cefdbf45643d041a2a Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 16 Apr 2023 22:01:08 +0200 Subject: [packaging metadata] Remove pycqa email in favor of github's org --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index bd8da840..b49ee2f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,9 +7,6 @@ name = "astroid" license = {text = "LGPL-2.1-or-later"} description = "An abstract syntax tree for Python with inference support." readme = "README.rst" -authors = [ - {name = "Python Code Quality Authority", email = "code-quality@python.org"} -] keywords = ["static code analysis", "python", "abstract syntax tree"] classifiers = [ "Development Status :: 6 - Mature", -- cgit v1.2.1