🔧 Prepare project metadata for PyPI publication#8
Merged
Conversation
- Add LICENSE (MIT) with dual-author copyright - Add CHANGELOG.md in Keep-a-Changelog format - Add CONTRIBUTING.md with minimal contributor expectations - Add src/devol/py.typed marker for downstream type checkers - Fill in pyproject.toml project metadata (readme, license, license-files, authors, keywords, classifiers, urls) - Move pytest from required deps to the dev extra - Add docs/superpowers/ to .gitignore for local-only notes
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.
What does this PR do?
Fills in the project metadata required to publish
devolto PyPI and begins the transition from a GitHub-only research codebase into a well-behaved Python package. This is the low-risk foundations batch — no behavior changes, no dependency restructuring, no release automation yet. Each follow-up phase (dep split, CI matrix, release workflow, README visual) will ship as its own PR.Details
LICENSE(MIT) with dual-author copyright for Dario Cazzani and Aleksandr YeganovCHANGELOG.mdfollowing the Keep-a-Changelog format with[Unreleased]and[0.1.0]sectionsCONTRIBUTING.mdcovering dev setup, pre-PR checks, and expectationssrc/devol/py.typedmarker so downstream type checkers pick up the package's inline hintspyproject.tomlproject metadata:readme,license,license-files,authors,keywords,classifiers,urlspytestfrom the required dependency list into thedevextra where it belongsdocs/superpowers/to.gitignoreto keep local working notes out of gitVerification
uv buildsucceeds, producing both wheel and sdisttwine checkpasses on both artifactspy.typedandLICENSEship inside the wheelOut of scope (follow-up PRs)
torch,gymnasium, etc. to theexamplesextra)master→mainbranch rename