Skip to content

Conversation

@devjerry0
Copy link
Owner

No description provided.

- Remove fork explanation (belongs in README)
- Keep dual copyright (standard for forks)
- Use clean, standard MIT license format
- References deleted deploy.py script
- Documents outdated manual deployment process
- Modern workflow is automated via GitHub Actions
- Simple tag-based publishing doesn't need separate guide
- Move from MANIFEST.in to pyproject.toml
- Use [tool.setuptools.package-data] for JSON files
- Delete legacy MANIFEST.in file
- Everything in one config file now
Copilot AI review requested due to automatic review settings December 12, 2025 21:09
@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs repository maintenance by consolidating packaging configuration and simplifying documentation. The changes migrate from MANIFEST.in to pyproject.toml for package data configuration and remove internal deployment documentation.

  • Adds modern setuptools package-data configuration in pyproject.toml
  • Removes legacy MANIFEST.in file
  • Simplifies LICENSE copyright notice by removing fork attribution details

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Adds [tool.setuptools.package-data] section to include JSON data files in the package
MANIFEST.in Removes legacy manifest file that was used for package data inclusion
LICENSE Simplifies copyright notice to just list the two copyright holders without fork explanation
DEPLOYMENT.md Removes internal deployment documentation (113 lines removed)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Package data already defined in pyproject.toml
- Remove redundant setup.py configuration
- Prevents conflicts and confusion
- Verified JSON files still included in build
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@devjerry0 devjerry0 merged commit 32e7f02 into main Dec 12, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants