Skip to content

Commit ecd462a

Browse files
chore: update author and maintainer to nittygritty-zzy
1 parent d34a314 commit ecd462a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 QuantLab Team
3+
Copyright (c) 2025 nittygritty-zzy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1414

1515
project = 'QuantLab'
16-
copyright = '2025, QuantLab Team'
17-
author = 'QuantLab Team'
16+
copyright = '2025, nittygritty-zzy'
17+
author = 'nittygritty-zzy'
1818
release = '0.2.0'
1919
version = '0.2.0'
2020

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ readme = "README.md"
1010
requires-python = ">=3.8"
1111
license = {text = "MIT"}
1212
authors = [
13-
{name = "QuantLab Team", email = "quantlab@example.com"},
13+
{name = "nittygritty-zzy", email = "nittygritty-zzy@users.noreply.github.com"},
1414
]
1515
maintainers = [
16-
{name = "QuantLab Team", email = "quantlab@example.com"},
16+
{name = "nittygritty-zzy", email = "nittygritty-zzy@users.noreply.github.com"},
1717
]
1818
keywords = [
1919
"quantitative-finance",

0 commit comments

Comments
 (0)