Skip to content

chore: update author and project URLs in pyproject.toml#165

Open
Zxilly wants to merge 1 commit intoahujasid:mainfrom
ZxillyFork:main
Open

chore: update author and project URLs in pyproject.toml#165
Zxilly wants to merge 1 commit intoahujasid:mainfrom
ZxillyFork:main

Conversation

@Zxilly
Copy link

@Zxilly Zxilly commented Dec 13, 2025

PR Type

Other


Description

  • Update author name and email in project metadata

  • Replace placeholder GitHub URLs with actual repository links


Diagram Walkthrough

flowchart LR
  A["pyproject.toml"] -->|Update author| B["ahujasid <ahujasid@gmail.com>"]
  A -->|Update URLs| C["github.com/ahujasid/blender-mcp"]
Loading

File Walkthrough

Relevant files
Configuration changes
pyproject.toml
Update author and project URLs                                                     

pyproject.toml

  • Updated author name from placeholder "Your Name" to "ahujasid"
  • Updated author email from placeholder to "ahujasid@gmail.com"
  • Updated Homepage URL to point to ahujasid's GitHub repository
  • Updated Bug Tracker URL to point to ahujasid's GitHub issues page
+3/-3     

Summary by CodeRabbit

  • Chores
    • Updated project author information with new name and email address in project metadata configuration to reflect current project ownership.
    • Updated project repository URLs to reflect current repository location for both project homepage and bug tracker resources in project configuration.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Dec 13, 2025

Walkthrough

Project metadata updated in pyproject.toml: author name and email changed from placeholder values to "ahujasid" and "ahujasid@gmail.com", and GitHub repository URLs updated from "yourusername" placeholder to "ahujasid".

Changes

Cohort / File(s) Change Summary
Configuration metadata
pyproject.toml
Updated author details (name: "Your Name" → "ahujasid", email: "your.email@example.com" → "ahujasid@gmail.com") and project URLs (homepage and bug tracker GitHub links updated from "yourusername" placeholder to "ahujasid")

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Straightforward configuration metadata updates with no logic or functional changes

Poem

🐰 A name and link, now crystal clear,
From placeholder dreams to author here,
GitHub paths now point the way,
To ahujasid's brilliant display! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: updating author information and project URLs in pyproject.toml, which directly corresponds to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9cefe8e and a00c40c.

📒 Files selected for processing (1)
  • pyproject.toml (2 hunks)
🔇 Additional comments (2)
pyproject.toml (2)

32-34: URLs update looks correct; verify they’re the canonical repo + issues URLs.
Optional: add Documentation / Changelog URLs if you have them.


7-9: Author email is already published in package metadata on PyPI. If you intended to use a role-based email or omit the email field to protect privacy, consider updating pyproject.toml and re-releasing. Otherwise, no action needed.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@qodo-code-review
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status:
PII in metadata: The new code adds a real person name and email in project metadata, which could be
considered PII exposure if this repository is intended to avoid publishing personal
contact info.

Referred Code
authors = [
    {name = "ahujasid", email = "ahujasid@gmail.com"}
]

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant