build: add MANIFEST.in for package distribution and bump version to 1.68.0

Add MANIFEST.in to include README, LICENSE, CHANGELOG, verify_installation.py, pyproject.toml, and all rp Python files in source distributions. Update .gitignore to exclude .minigit files. Bump pyproject.toml version from 1.67.0 to 1.68.0 and record the release in CHANGELOG.md.
This commit is contained in:
2025-12-13 05:04:38 +00:00
parent 4740622c8d
commit fc1d0e2ff5
4 changed files with 25 additions and 2 deletions
+8
View File
@@ -1,6 +1,14 @@
# Changelog
## Version 1.68.0 - 2025-12-13
We now include necessary files for package distribution. The `.gitignore` file has been updated to ignore generated files.
**Changes:** 2 files, 17 lines
**Languages:** Other (17 lines)
## Version 1.67.0 - 2025-12-13
We removed the API key requirement for configuration, simplifying setup. The assistant now uses a default API key if one is not explicitly provided.