Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the outdated "single sourcing package version" advice. Now tha…
…t Python 3.7 is EOL and importlib.metadata is available in all non-EOL Python versions, it is no longer advisable to keep a __version__ attribute in the source code. Use importlib.metadata.version() to retrieve it from package metadata if necessary
- Loading branch information