diff --git a/imgutils/config/meta.py b/imgutils/config/meta.py index 7b7c652b0ce..51d5257f81e 100644 --- a/imgutils/config/meta.py +++ b/imgutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'imgutils' #: Version of this project. -__VERSION__ = '0.3.4' +__VERSION__ = '0.3.5' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'A convenient and user-friendly anime-style image data processing library that integrates ' \ diff --git a/setup.py b/setup.py index e37b70895ec..d82e324ad82 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def _load_req(file: str): author=meta['__AUTHOR__'], author_email=meta['__AUTHOR_EMAIL__'], license='Apache License, Version 2.0', - keywords='Utilities of images.', + keywords=meta['__DESCRIPTION__'], url='https://github.com/deepghs/imgutils', # environment