diff --git a/CONDUCT.md b/CONDUCT.md index 246f059..e1731ae 100644 --- a/CONDUCT.md +++ b/CONDUCT.md @@ -56,11 +56,21 @@ Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. +## Project Contributors + +This project is maintained and contributed to by: + +- Athul Sasidharan — athulchira@gmail.com +- Prabuddha Tamhane — prabuddha.tamhane@gmail.com +- Shrabanti Bala Joya — shrabantibala1502@gmail.com +- Shreya Kakachery — shreyakakachery@gmail.com + ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainers via -**example@student.ubc.ca**. +- **athulchira@gmail.com** +- **prabuddha.tamhane@gmail.com** All complaints will be reviewed and investigated promptly and fairly. If the incident involves a member of the project team, that individual will recuse diff --git a/README.md b/README.md index 8a262b2..6cd6cc1 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,12 @@ quarto preview - Shrabanti Bala Joya - Shreya Kakachery +## How to cite + +If you use this package in coursework, reports, or research, please cite the GitHub repository: + +Geospatial Toolkit contributors. (2026). *geospatial_toolkit* (Version 3.0.0) [Software]. GitHub. https://github.com/UBC-MDS/geospatial-toolkit + ## Copyright - Copyright © 2026 Athul, Bala, Prabuddha, Shreya. diff --git a/pyproject.toml b/pyproject.toml index 9e8fa49..3038290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,10 @@ version = "0.1.0" description = "Python package for geospatial functions." authors = [ - { name = "Athul, Bala, Prabuddha, Shreya", email = "prabuddha.tamhane@gmail.com" }, + { name = "Athul Sasidharan", email = "athulchira@gmail.com" }, + { name = "Prabuddha Tamhane", email = "prabuddha.tamhane@gmail.com" }, + { name = "Shrabanti Bala Joya", email = "shrabantibala1502@gmail.com" }, + { name = "Shreya Kakachery", email = "shreyakakachery@gmail.com" }, ] license = "MIT" requires-python = ">= 3.10" # Adjust based on the minimum version of Python that you support