Skip to content

Commit

Permalink
Make description more verbose and fix version in the example (#6)
Browse files Browse the repository at this point in the history
Cosmetic changes before the first release.
  • Loading branch information
nforro authored Feb 20, 2023
2 parents dbe2061 + d47b194 commit 27b932c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__)"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 27b932c

Please sign in to comment.