Set up Python project structure with pyproject.toml
- Add pyproject.toml with project metadata and dependencies
- Rename plc-register.py to plc_register.py for Python module compatibility
- Configure CLI entry point for plc-register command
- Enable editable installation with pip install -e .
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>