- Use
pyproject.toml
instead 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_tuple
implementation 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