From 8d5dc40837803beef1d8d379fbf2cdad6cd94641 Mon Sep 17 00:00:00 2001 From: Vitalis Salis Date: Sun, 26 Nov 2023 11:07:35 +0400 Subject: [PATCH] Archival message --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d07e649..eee9cb7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ PyCG: Practical Call Graph Generation in Python. In _43rd International Conference on Software Engineering, ICSE '21_, 25–28 May 2021. +> **PyCG** is archived. Due to limited availability, no further development +> improvements are planned. Happy to help anyone that wants to create a fork to +> continue development. + # Installation PyCG is implemented in Python3 and requires Python version 3.4 or higher. @@ -140,4 +144,4 @@ pip3 install mock Τhen, simply run the tests by executing: ``` make test -``` \ No newline at end of file +```