Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add myself to authors, update the git blame ignore list. #100

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
2fbaa7b40c7a6107d3c4b558324e9ba6e8ce1acc
# Reformat via black-23.1.0
266d2c7b8b975ccc6361eb47bcab7e73b578a1f6
# tests being moved into tests/* layout
69eb509bf9dad811fa7060807c2be4d0570bc7cc
795d355af19a0440385070b3693b89da33f6e74c
3db0d6447d8bd7e25bfdd97a31414ea44ef610bf
# migration of code into src/* layout.
7df0022b7ebd530a3287fa9677531c49237fba62
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ name = "snakeoil"
description = "misc common functionality and useful optimizations"
readme = "README.rst"
requires-python = "~=3.10"
# alphabetical by surname
authors = [
{name = "Tim Harder", email = "radhermit@gmail.com"},
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},
{name = "Tim Harder", email = "radhermit@gmail.com"},
{name = "Brian Harring", email = "ferringb@gmail.com"},
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},
]
maintainers = [
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},
Expand Down