Skip to content

Commit a160927

Browse files
author
Sylvain MARIE
committed
Minor readme edit
1 parent 7b9effa commit a160927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python-getversion
22

3-
(hopefully) universal library to get the package version number of a python module, by combining various strategies (PEP396/version, setuptools/`pkg_resources`, PEP427/wheel, git...)
3+
*Get the version number of any python module or package, reliably.*
44

55
[![Python versions](https://img.shields.io/pypi/pyversions/getversion.svg)](https://pypi.python.org/pypi/getversion/) [![Build Status](https://travis-ci.org/smarie/python-getversion.svg?branch=master)](https://travis-ci.org/smarie/python-getversion) [![Tests Status](https://smarie.github.io/python-getversion/junit/junit-badge.svg?dummy=8484744)](https://smarie.github.io/python-getversion/junit/report.html) [![codecov](https://codecov.io/gh/smarie/python-getversion/branch/master/graph/badge.svg)](https://codecov.io/gh/smarie/python-getversion)
66

0 commit comments

Comments
 (0)