- use setuptools >= 77
- use license-files outside of setuptools section in pyproject.toml
- Use
pyproject.tomlinstead ofsetup.cfg - support python 3.12, and remove 3.8
- CHANGELOG.md -> CHANGES.md in project and in template to match the brightway documentation.
- Moved
get_version_tupleimplementation to package moduleutils
- template includes a configuration to build documentation with sphinx
- get the version from property in package
__init__.py
- issue #12. VERSION file is explicitly declared in the MANIFEST.in
- Prototype ready to be used