All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
__main__.pyentry point to allow running the package withpython -m admin_scripts
- AGENTS.md file with comprehensive contribution guidelines and coding standards
- CHANGELOG.md file for tracking project changes
- CLAUDE.md file for AI assistant guidance
- Package name from "admin_scripts" to "admin-scripts" for consistency
- CI workflow upgraded from Python 2.7 to Python 3.12
- Added pytest as the test runner in CI workflow
- Added setuptools upgrade step in CI workflow