Skip to content

Commit 5985f2d

Browse files
authored
Merge pull request #9 from digo5ds/setup-fix
**1.0.4** - Standarize project to upload in pipy
2 parents 016b8d2 + a0719fc commit 5985f2d

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
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"

setup.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)