diff --git a/README.md b/README.md index c24e530..4296288 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ModuleNotFoundError: No module named 'rpm' # install the shim module from PyPI (env) $ pip install rpm ... -Successfully installed rpm-0.1 +Successfully installed rpm-0.1.0 # now we can import the bindings (env) $ python -c "import rpm; print(rpm.__version__)" diff --git a/setup.cfg b/setup.cfg index e4a87c8..be945dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rpm -description = Shim RPM module. +description = Shim RPM module for use in virtualenvs. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/packit/rpm-shim