aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA18
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..f6c59f2a
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "astroid"
+description:
+ "A common base representation of python source code for pylint and other "
+ "projects"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://pylint.org/"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/PyCQA/astroid"
+ }
+ version: "v2.8.5"
+ last_upgrade_date { year: 2021 month: 11 day: 18 }
+ license_type: RESTRICTED
+}