Skip to content

Commit 95c0532

Browse files
author
Foufa
committed
update project metadata
1 parent 2ad913b commit 95c0532

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
[tool.poetry]
22
name = "githublfs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Simple library to commit lfs files to Github repos"
55
authors = ["Anès Foufa <anes.foufa@upply.com>"]
66
readme = "readme.rst"
7+
classifiers = [
8+
"Topic :: Software Development :: Version Control",
9+
"Topic :: Software Development :: Version Control :: Git",
10+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3.7",
12+
"Programming Language :: Python :: 3.8",
13+
"Programming Language :: Python :: 3.9",
14+
"Programming Language :: Python :: 3.10",
15+
]
16+
keywords = [
17+
"Github",
18+
"LFS",
19+
]
20+
homepage = "https://github.com/AnesFoufa/githublfs"
721

822
[tool.poetry.dependencies]
923
python = "^3.7"

0 commit comments

Comments
 (0)