Skip to content

Commit 1ec70c2

Browse files
committed
agree package description and repo headline
1 parent 134ce02 commit 1ec70c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version-query
1010
=============
1111

12-
No overhead package versioning for Python, based on git.
12+
Zero-overhead package versioning for Python.
1313

1414
.. image:: https://img.shields.io/pypi/v/version-query.svg
1515
:target: https://pypi.org/project/version-query

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Package(setup_boilerplate.Package):
77
"""Package metadata."""
88

99
name = 'version-query'
10-
description = 'Package version query toolkit for Python'
10+
description = 'Zero-overhead package versioning for Python.'
1111
url = 'https://github.com/mbdevpl/version-query'
1212
author = 'Mateusz Bysiek, John Vandenberg'
1313
maintainer = 'Mateusz Bysiek'

0 commit comments

Comments
 (0)