summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 22:01:08 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 22:36:26 +0200
commit0d4c0a0a42f02ad19c5ad1cefdbf45643d041a2a (patch)
tree7dea928682182be8d77e478b802356097383ba77 /pyproject.toml
parentbd23504ea16686e23dff3af7934103cc7fb98bc8 (diff)
downloadastroid-git-0d4c0a0a42f02ad19c5ad1cefdbf45643d041a2a.tar.gz
[packaging metadata] Remove pycqa email in favor of github's org
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 0 insertions, 3 deletions
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",