From ac0e8521f15449e69cfde334233445ad4197389c Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 8 Jul 2026 17:22:44 +0400 Subject: [PATCH 1/2] Shorten author/copyright name to Anton Co-Authored-By: Claude Fable 5 --- LICENSE | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 5387459..6a798d7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Anton Khachatryan +Copyright (c) 2026 Anton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index b4e19d9..0e31361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Quick analysis of CSV measurement data: stats, curve fitting, plots, cleaning" readme = "README.md" license = { file = "LICENSE" } -authors = [{ name = "Anton Khachatryan" }] +authors = [{ name = "Anton" }] requires-python = ">=3.10" dependencies = [ "numpy>=1.23", From 2f82c5252b5620504f5f6ea6727a6fafc881c56c Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 8 Jul 2026 17:25:18 +0400 Subject: [PATCH 2/2] Add author email and update README license line Co-Authored-By: Claude Fable 5 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db41d5c..8c334f8 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ plain functions over pandas DataFrames and are tested directly. ## License -[MIT](LICENSE) © 2026 Anton Khachatryan +[MIT](LICENSE) © 2026 Anton diff --git a/pyproject.toml b/pyproject.toml index 0e31361..744ff9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Quick analysis of CSV measurement data: stats, curve fitting, plots, cleaning" readme = "README.md" license = { file = "LICENSE" } -authors = [{ name = "Anton" }] +authors = [{ name = "Anton", email = "khachatryananton09@gmail.com" }] requires-python = ">=3.10" dependencies = [ "numpy>=1.23",