File tree Expand file tree Collapse file tree 2 files changed +16
-18
lines changed
Expand file tree Collapse file tree 2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools>=61.0" ]
3+ build-backend = " setuptools.build_meta"
4+
15[project ]
26name = " pygitguard"
37version = " 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+
413authors = [
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 ]
1024Homepage = " https://github.com/digo5ds"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments