Skip to content

Commit 1b6e3e6

Browse files
author
Alan Christie
committed
docs: Removed code factor badge and README tweak
1 parent 36f04fb commit 1b6e3e6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@
44
[![pip release](https://github.com/xchem/fragalysis-package/actions/workflows/pip-release.yml/badge.svg)](https://github.com/xchem/fragalysis-package/actions/workflows/pip-release.yml)
55

66
[![License](http://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat)](https://github.com/xchem/fragalysis-package/blob/master/LICENSE.txt)
7-
[![CodeFactor](https://www.codefactor.io/repository/github/xchem/fragalysis-package/badge)](https://www.codefactor.io/repository/github/xchem/fragalysis-package)
87

9-
![PyPI](https://img.shields.io/pypi/v/fragalysis)
8+
![PyPI](https://img.shields.io/pypi/v/fragalysis-package)
109

1110
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
1211
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1312

1413
Basic RDKit based Python tools for analysis of protein-ligand interactions.
1514

15+
> This was originally the fragalysis GitHub repository, which is now being used for
16+
another purpose. You can still find the original package on PyPI at
17+
https://pypi.org/project/fragalysis/ where the latest version posted was v1.1.0.
18+
All new releases of this package will come from here, with the new name
19+
`fragalysis-package`.
20+
1621
Currently contains: -
1722

1823
1. Clustering - based on WONKA method - but separated from that code-base.

0 commit comments

Comments
 (0)