chore(packaging): MIT license + consolidate metadata into pyproject

- Add MIT LICENSE (PEP 639 'license = "MIT"' + license-files).
- Move all metadata into a [project] table (description, readme, authors,
  keywords, classifiers); drop the now-redundant setup.py.
- Declare bitarray and pycryptodome: used by pm3py.sim and the transponder
  crypto paths but previously undeclared, so a clean install failed on the
  README's own 'from pm3py.sim import SimSession'.
- gitignore build/ and dist/.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
michael
2026-07-05 21:32:45 -07:00
parent 6e77beea1e
commit 42a9146e6c
4 changed files with 68 additions and 12 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,8 @@ __pycache__/
*.pyc
*.egg-info/
.pytest_cache/
build/
dist/
venv/
.venv/
.worktrees/