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",