Skip to content

Commit

Permalink
Prepared for pypi packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Probst committed Feb 17, 2022
1 parent fb4168e commit 3a0ddb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/rbt-evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def main(
top_n_range: bool,
isomeric_smiles: bool,
):
"""The main function to evaluate greencatrxn data."""
"""The main function to evaluate biocatalysis model data."""

#
# Load the data supplied by options
Expand Down
4 changes: 2 additions & 2 deletions rxn_biocatalysis_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
)
from .utils import disable_rdkit_logging

__name__ = "green-cat-rxn"
__version__ = "0.0.1"
__name__ = "rxn-biocatalysis-tools"
__version__ = "1.0.1"
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ version = attr: rxn_biocatalysis_tools.__version__
description = Tools for pre-processing and evaluating data associated with biocatalysis models.
author = Daniel Probst, Matteo Manica, Yves Gaetan Nana @ IBM
author_email = [email protected], [email protected], [email protected]
url = https://github.com/rxn4chemistry/biocatalysis-model
long_description_content_type = text/markdown
long_description = file: README.md
license_files = LICENSE
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8,
Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules

[options]
Expand Down

0 comments on commit 3a0ddb7

Please sign in to comment.