Skip to content
This repository was archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Deprecate ASReview-covid19 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Apr 2, 2022
1 parent 6aba688 commit 3144c45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Extension to add publications on COVID-19 to [ASReview](https://github.com/asreview/asreview).

# ASReview against COVID-19
# ASReview against COVID-19 (Deprecated)

## This extension is deprecated. It still works for version 0.x of ASReview but datasets are no longer updated.

[![Downloads](https://pepy.tech/badge/asreview-covid19)](https://pepy.tech/project/asreview-covid19) [![PyPI version](https://badge.fury.io/py/asreview-covid19.svg)](https://badge.fury.io/py/asreview-covid19) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3764749.svg)](https://doi.org/10.5281/zenodo.3764749) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_long_description():
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',
'Development Status :: 7 - Inactive',

# Pick your license as you wish
'License :: OSI Approved :: Apache Software License',
Expand All @@ -60,7 +60,7 @@ def get_long_description():
packages=find_namespace_packages(include=['asreviewcontrib.*']),
namespace_package=["asreview"],
install_requires=[
"asreview>=0.9.4",
"asreview<1.0",
],

extras_require=DEPS,
Expand Down

0 comments on commit 3144c45

Please sign in to comment.