-
Notifications
You must be signed in to change notification settings - Fork 11
/
pyproject.toml
31 lines (28 loc) · 992 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "gil"
version = "1.25.0.0"
description = "Gil (git links) tool"
readme = "README.md"
requires-python = ">=3.7"
license = {file = "LICENSE"}
authors = [{name = "Ivan Shynkarenka"}, {email = "[email protected]"}]
keywords = ["git", "git-addons", "devops-tools", "subtree", "submodule", "dependency-links"]
classifiers = [
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules"
]
[project.urls]
homepage = "https://github.com/chronoxor/gil"
documentation = "https://github.com/chronoxor/gil"
repository = "https://github.com/chronoxor/gil"
[tool.setuptools]
script-files = ["gil.py", "gil.bat", "gil"]
platforms = ["Linux", "MacOS", "Windows"]
py-modules = []