chore: add LICENSE, .env.example, and bump dependency pins - #5
Draft
HelloBryte wants to merge 1 commit into
Draft
Conversation
- Add MIT LICENSE file (README already referenced this license) - Add .env.example documenting all supported environment overrides - Bump PySide6, mysql-connector-python, python-dotenv to latest compatible patch/minor releases - Point README setup steps at the new .env.example file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LICENSE(MIT) — the README already claimed MIT but no LICENSE file existed..env.exampledocumenting all supported env overrides — none existed previously, though the README referenced creating a.env.requirements.txtpins:PySide66.10.3→6.11.2,mysql-connector-python9.4.0→9.7.0,python-dotenv1.1.1→1.2.3. Deliberately did not jumpmysql-connector-pythonto the newly published26.7.0, since that's a major version-scheme change rather than a low-risk bump..env.exampleand link the LICENSE file.Testing
.pyfiles compile (py_compile).pip install --dry-run -r requirements.txtresolves cleanly with no conflicts.Context
Routine maintenance pass on this resume/portfolio repo.
Note for the repo owner
A few stale branches are worth reviewing:
claude/bold-noether-47htblandclaude/bold-noether-mh58de— unmerged, each independently added similar LICENSE/.env.example/dep-bump changes from a prior passclaude/eager-hopper-vytuqa— already merged via PR fix: repair v2.0 refactor regressions and sync docs/config #1, safe to deleteGenerated by Claude Code