Skip to content

Commit 635941a

Browse files
committed
build(metadata): Keywords and description
1 parent 48eda47 commit 635941a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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__ = "vcs abstraction layer"
3+
__description__ = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
44
__version__ = "0.12.0"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tool.poetry]
22
name = "libvcs"
33
version = "0.12.0"
4-
description = "vcs abstraction layer"
4+
description = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]
7-
keywords = ["libvcs", "git", "mercurial", "hg", "svn"]
7+
keywords = ["libvcs", "git", "mercurial", "hg", "svn", "subversion", "library", "lib", "wrapper", "vcs", "version control", "scm", "clone", "checkout", "abstraction", "version-control"]
88
classifiers = [
99
"Development Status :: 4 - Beta",
1010
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)