summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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",