Skip to content

Commit a0719fc

Browse files
committed
standarize pyproject
1 parent 34a3f88 commit a0719fc

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pyproject.toml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
4+
15
[project]
26
name = "pygitguard"
37
version = "1.0.2"
8+
description = "A tool to prevent you from pushing sensitive files to your repository."
9+
readme = "README.md"
10+
requires-python = ">=3.7"
11+
license = { text = "MIT" }
12+
413
authors = [
5-
{ name = "Diogo Ferreira da Silva"}
14+
{ name = "Diogo Ferreira da Silva" }
15+
]
16+
17+
classifiers = [
18+
"Programming Language :: Python :: 3",
19+
"License :: OSI Approved :: MIT License",
20+
"Operating System :: OS Independent"
621
]
7-
description = "A tool to prevent you from pushing sensitive files to your repository."
822

923
[project.urls]
1024
Homepage = "https://github.com/digo5ds"

0 commit comments

Comments
 (0)