* 21: tests/test_parse.py tests ``parse_type.parse`` (per default). REASON: Using for older installed ``parse`` module may cause weird problems. RELATED TO: ``parse v1.19.1`` (behavior changed compared to ``v1.19.0``)
* Switch to MIT license (same as: `parse`_ module) * Use SPDX-License-Identifier in source code (to simplify understanding) * UPDATE/SYNC to `parse`_ v1.19.1 * ADDED: ``pyproject.toml`` to support newer ``pip`` versions REASON: ``setup.py`` becomes DEPRECATED in 2023-09 for newer ``pip`` versions.
FIXED:
* Issue 19: 0.6.0: pytest is failing in two units (submitted by: kloczek; caused by: `parse`_ v1.19.1) * Issue 1: Licensing confusion
DEVELOPMENT:
* VCS: Renamed default branch of Git repository to "main" (was: "master"). * CI: Use github-actions as CI pipeline.