diff --git a/README.md b/README.md index 6eb0824..0f9d8c7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This package provides tools for calculating weights for test data based on train You can install the package using `pip`: ```bash -pip install db_weights +pip install db-weights ``` ## Usage diff --git a/setup.py b/setup.py index df5d017..de45099 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ author="Aydin Abedinia", author_email="abedinia.aydin@gmail.com", description="Calculating db_weights for test data based on training data.", - long_description="Distance based weighting alg for semi-supervised learning", + long_description="Distance based weighting alg for semi-supervised learning. more information: https://link.springer.com/article/10.1007/s13042-024-02161-z", long_description_content_type="text/markdown", url="https://github.com/WeightedBasedAI/db_weights", packages=find_packages(),