Skip to content

Commit 68638c3

Browse files
committed
build(pyproject.toml): Add trove classifiers, project urls
1 parent 6747cb1 commit 68638c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ version = "0.4.4"
77
description = "vcs abstraction layer"
88
license = "MIT"
99
authors = ["Tony Narlock <tony@git-pull.com>"]
10+
keywords = ["libvcs"]
11+
classifiers = ["Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: POSIX", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities", "Topic :: System :: Shells"]
12+
homepage = "http://github.com/vcs-python/libvcs/"
13+
readme = "README.rst"
1014

1115
[tool.poetry.dependencies]
1216
python = "~2.7 || ^3.5"

0 commit comments

Comments
 (0)