From df6f0a1f5bab4ceecdb93e5f7ab8aa2010bc43da Mon Sep 17 00:00:00 2001 From: Russ Poldrack Date: Thu, 8 Aug 2024 11:28:29 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 791a0a7..b84173d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![codecov](https://codecov.io/gh/poldrack/autoCV/branch/master/graph/badge.svg)](https://codecov.io/gh/poldrack/autoCV) [![PyPI version](https://badge.fury.io/py/autocv.svg)](https://badge.fury.io/py/autocv) +NOTE: This project has been deprecated in favor of [AcademicDB](https://github.com/poldrack/academicdb) and is no longer being maintained. + A tool for automatic generation of a LaTeX-based curriculum vitae (CV) ### Motivation @@ -74,4 +76,4 @@ Tests for many of the components can be run using this command: ``` python -m pytest tests -``` \ No newline at end of file +```