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/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 b4e19d9..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 Khachatryan" }] +authors = [{ name = "Anton", email = "khachatryananton09@gmail.com" }] requires-python = ">=3.10" dependencies = [ "numpy>=1.23",