summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 22:53:14 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 22:53:14 +0200
commit153590172344cb39739118cd26685dd4fc58e364 (patch)
tree48f0eba497385899581b74ab133792746de1c3a2 /pyproject.toml
parent6723e635e54e991a4304e45293308f5076b0bcb8 (diff)
parentc312218289798207813971af540fbed43c6963b5 (diff)
downloadastroid-git-153590172344cb39739118cd26685dd4fc58e364.tar.gz
Merge branch 'maintenance/2.15.x' following 2.15.3 release
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 807c450c..991876e0 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",