Skip to content

Commit

Permalink
setup preared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelRuizMoreno committed Aug 23, 2023
1 parent 561316a commit 5b461e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
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="<[email protected]>",
description=DESCRIPTION,
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",
Expand Down

0 comments on commit 5b461e2

Please sign in to comment.