aboutsummaryrefslogtreecommitdiff
path: root/python/python-beniget/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 11:45:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 11:45:35 +0700
commita33a30a0041019c838975e58f20b9cd95366490a (patch)
tree0268eba64cf4d96b077a7838ff9dd6ec0e5e4845 /python/python-beniget/README
parentd519a253ea8c5fbe8d2f26758827cb7491d6ff1e (diff)
python/python-beniget: Removed (Use python3-beniget).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-beniget/README')
-rw-r--r--python/python-beniget/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-beniget/README b/python/python-beniget/README
deleted file mode 100644
index c6a6c81962..0000000000
--- a/python/python-beniget/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Beniget is a collection of Compile-time analyse on Python
-Abstract Syntax Tree (AST). It is a building block for writing static
-analyzer or compiler for Python.