summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-29 22:47:57 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-05-24 21:07:56 +0200
commit48691ea90de5352380738a615430e9f224d9d7aa (patch)
tree7dcc59bc0dbf9314c3682b277e42c20827f7eccb /setup.cfg
parent664555ac1f26113c78397297cbf340fb64736a24 (diff)
downloadastroid-git-48691ea90de5352380738a615430e9f224d9d7aa.tar.gz
Need version defined in the setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8dc4228f..beca4a17 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,6 @@
[metadata]
name = astroid
+version = attr: astroid.__version__
description = An abstract syntax tree for Python with inference support.
long_description = file: README.rst
long_description_content_type = text/x-rst