From 5b461e26d09094a237459b5e90fad39eba4f3a4e Mon Sep 17 00:00:00 2001 From: AngelRuizMoreno Date: Wed, 23 Aug 2023 14:23:33 +0200 Subject: [PATCH] setup preared for release --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index dd80fd8..7cdc612 100644 --- a/setup.py +++ b/setup.py @@ -8,12 +8,12 @@ long_description = "\n" + fh.read() VERSION = 'v0.1.0' -DESCRIPTION = 'PyPharmer' +DESCRIPTION = 'This library was developed to generate concensus pharmacophores from large datasets of ligands and ligand-protein complexes.' #LONG_DESCRIPTION = '' # Setting up setup( - name="MicrobeRX", + name="conphar", version=VERSION, author="Angel J. Ruiz-Moreno", author_email="", @@ -21,8 +21,8 @@ long_description_content_type="text/markdown", long_description=long_description, packages=find_packages(), - install_requires=['pandas', 'plotly','numpy', 'matplotlib', 'seaborn'], - keywords=['python', 'metabolite', 'prediction', 'microbiome', 'cheminformatics', 'metabolism'], + install_requires=['pandas', 'plotly','numpy', 'matplotlib', 'seaborn', 'pymol','scikit-learn'], + keywords=['python', 'pharmacophore', 'drugdesign', 'cheminformatics', 'chemoinformatics', 'protein'], classifiers=[ "Development Status :: 1 - Planning", "Intended Audience :: Science/Research",