Skip to content

Commit 2421356

Browse files
committed
Update .gitignore and author in pyproject.toml
Added PyPi build artifacts to .gitignore to prevent committing distribution files. Updated author name in pyproject.toml for accuracy.
1 parent 81672a9 commit 2421356

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ __pycache__/
99
.venv/
1010

1111
# ---------- Secrets ----------
12-
.env
12+
.env
13+
14+
# ---------- PyPi ----------
15+
dist/
16+
build/
17+
*.egg-info/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Fetch and normalize parameterized URLs from the Internet Archive
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = {text = "GPL-3.0"}
12-
authors = [{name = "Aleff"}]
12+
authors = [{name = "Alessandro Greco"}]
1313
keywords = ["osint", "wayback", "url", "parameters", "security"]
1414
classifiers = [
1515
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)