From 7f9687350755cdaa4031975c417d2d97dc0eb3e2 Mon Sep 17 00:00:00 2001 From: HorusZhang Date: Tue, 6 Jun 2023 17:05:56 +0800 Subject: [PATCH] organization --- README.md | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd87265..104701c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ DNA Spider-Web

-[![CircleCI](https://circleci.com/gh/HaolingZHANG/DNASpiderWeb/tree/main.svg?style=shield&circle-token=6aeac22720c5828585591fa5e2f4917bcaae9a72)](https://circleci.com/gh/HaolingZHANG/DNASpiderWeb/tree/main) +[![CircleCI](https://circleci.com/gh/HaolingZHANG/DNASpiderWeb/tree/main.svg?style=shield)](https://circleci.com/gh/HaolingZHANG/DNASpiderWeb/tree/main) [![PythonVersion](https://img.shields.io/badge/python-3.7-blue)](https://img.shields.io/badge/python-3.7-blue) [![License](https://img.shields.io/badge/License-BGI_Research-orange.svg)](https://github.com/HaolingZHANG/DNASpiderWeb/blob/main/LICENSE.pdf) diff --git a/setup.py b/setup.py index 75ee8c9..7762cdc 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,7 @@ packages=["dsw", "tests"], install_requires=["numpy", "networkx"], license="BGI-Research", - classifiers=["License :: BGI-Research", - "Programming Language :: Python :: 3", + classifiers=["Programming Language :: Python :: 3", "Operating System :: OS Independent"], keywords="DNA-based data storage, coding algorithm, automatic algorithm generator, probabilistic error correction", )