New Features * Enhanced requirements reading copied from GHDL to this repository (see https://github.com/ghdl/ghdl/blob/master/setup.py?ts=2#L62) * Documentation (not yet complete)
Changes * Enhanced README text.
Bug Fixes *None*
0.1.1
**Release created on: 26.11.2021 - 12:32:44**
New Features * Support normal and namespace packages. * Enabled documentation generation to GH Pages (almost no content).
Changes * Updated GHA workflow.
Bug Fixes *None*
0.1.0
New Features * Abstract `setuptools.setup` to ease handling of Python package descriptions. * Read long description from `README.md` * Read package dependencies from `requirements.txt` * Construct `classifiers` * Construct URLs for packages hosted on GitHub.