From e6200966945681b802813010f7ae7896789c235c Mon Sep 17 00:00:00 2001 From: Kavindu Prabhath Methpura <150885116+KavinduMethpura@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:23:09 +0530 Subject: [PATCH] Update project metadata and license information Changed project name to 'py-swarm-robot', updated authors and emails in pyproject.toml, and revised copyright year and holder in LICENSE. --- LICENSE | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 58b2ed0..44f3535 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Example Author +Copyright (c) 2025 Pera Swarm 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 eedc316..59d1b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,10 +3,10 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "robot-library-python" +name = "py-swarm-robot" version = "0.1.0" description = "A modular robot control library" -authors = [{name = "Example Author", email = "author@example.com"}] +authors = [{name = "Nuwan Jaliyagoda", email = "nuwanjaliyagoda@gmail.com"},{name = "Nuwan Jaliyagoda", email = "kavindumethpura@gmail.com"},{name = "Kavindu Prabhath Methpura", email = "kavindumethpura@gmail.com"}] readme = "README.md" requires-python = ">=3.8" dependencies = []