We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad913b commit 95c0532Copy full SHA for 95c0532
1 file changed
pyproject.toml
@@ -1,9 +1,23 @@
1
[tool.poetry]
2
name = "githublfs"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Simple library to commit lfs files to Github repos"
5
authors = ["Anès Foufa <anes.foufa@upply.com>"]
6
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"
21
22
[tool.poetry.dependencies]
23
python = "^3.7"
0 commit comments