Skip to content

Commit

Permalink
Set Development Status to Production/Stable (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Jun 8, 2022
1 parent 0cb0998 commit 5eb7037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# ASReview-datatools

This package is currently under development. See
[ASReview-statistics](https://pypi.org/project/asreview-statistics/) for
stable version compatible with ASReview LAB <=0.19.x.

[![PyPI version](https://badge.fury.io/py/asreview-datatools.svg)](https://badge.fury.io/py/asreview-datatools) [![Downloads](https://pepy.tech/badge/asreview-datatools)](https://pepy.tech/project/asreview-datatools) ![PyPI - License](https://img.shields.io/pypi/l/asreview-datatools) ![Deploy and release](https://github.com/asreview/asreview-datatools/workflows/Deploy%20and%20release/badge.svg) ![Build status](https://github.com/asreview/asreview-datatools/workflows/test-suite/badge.svg) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4672242.svg)](https://doi.org/10.5281/zenodo.4672242)

ASReview-datatools is an extension to [ASReview
Expand Down Expand Up @@ -78,8 +74,8 @@ asreview data describe benchmark:van_de_schoot_2017 -o output.json

```
{
"asreviewVersion": "1.0rc2+14.gac96c1a",
"apiVersion": "0.4+4.g3f54294",
"asreviewVersion": "1.0",
"apiVersion": "1.0",
"data": {
"items": [
{
Expand Down
14 changes: 2 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# based on https://github.com/pypa/sampleproject
# MIT License

# Always prefer setuptools over distutils
from setuptools import setup, find_namespace_packages
from os import path
from io import open
Expand All @@ -26,13 +22,7 @@
author='Utrecht University',
author_email='[email protected]',
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',

# Pick your license as you wish
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand All @@ -42,7 +32,7 @@
packages=find_namespace_packages(include=['asreviewcontrib.*']),
python_requires='>=3.7',
install_requires=[
"asreview", # ~=1.0
"asreview>=1,<2",
"pandas"
],
extras_require={},
Expand Down

0 comments on commit 5eb7037

Please sign in to comment.