A Python library for creating "editable wheels"
This library supports the building of wheels which, when installed, will expose
packages in a local directory on sys.path in "editable mode". In other words,
changes to the package source will be reflected in the package visible to
Python, without needing a reinstall.
Provides
Requires
License
MIT
Changelog
* Tue Jul 25 2023 Benoît Monin <benoit.monin@gmx.fr>
- update to version 0.5:
* Fix a bug that broke importlib.invalidate_caches
* Tue Jul 11 2023 Markéta Machová <mmachova@suse.com>
- Convert to multibuild to break a build cycle
* Mon Jul 10 2023 Benoît Monin <benoit.monin@gmx.fr>
- update to version 0.4:
* Add a new add_to_subpackage method
* Add type annotations
* Internal admin: Switch to nox for automation
* Internal admin: Switch to ruff for linting
* Internal admin: Switch from setuptools to flit_core