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 +```