Add LICENSE, fix PEP 639 classifier warning, enhance --version output, add dev dependencies

- Create MIT LICENSE file
- Remove deprecated License classifier, add license-files to pyproject.toml
- Add __license__ constant to __init__.py
- Show full name, copyright, and license in rp --version
- Add ruff and mypy as dev dependencies
This commit is contained in:
2026-04-01 18:40:03 -07:00
parent 5b62100628
commit 5b336f2ce0
5 changed files with 201 additions and 4 deletions

View File

@@ -2,3 +2,4 @@
__version__ = "0.2.0"
__author__ = "Yunxiao Xu"
__license__ = "MIT"