Skip to content

Commit 6dddc56

Browse files
committed
build: Update description
1 parent 5e06c74 commit 6dddc56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "libvcs"
22
__package_name__ = "libvcs"
3-
__description__ = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
3+
__description__ = "Lite, typed, python utilities for git, svn, mercurial, etc."
44
__version__ = "0.14.0a2"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "libvcs"
33
version = "0.14.0a2"
4-
description = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
4+
description = "Lite, typed, python utilities for git, svn, mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]
77
keywords = [

0 commit comments

Comments
 (0)