diff --git a/README.md b/README.md index e4dbef8..4a41dfb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `mediameta` provides `ImageMetadata` and `VideoMetadata` classes which facilitate extracting metadata information from media files. `mediameta` was written and will be maintained without thrid-party image manupulation libraries or modules as they might be licensed. `mediameta` is distributed under GNU General Public License. -Install it from PyPi with +Install it from PyPi with pip install mediameta diff --git a/pyproject.toml b/pyproject.toml index 6e7683f..71e8612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", -] +] keywords = [ "metadata", "parsing", "EXIF", "GPS",