Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix __package_version__ attr literal evaluation. (#322)
* Fix __package_version__ attr literal evaluation. Dynamic metadata should be compatible with ast.literal_eval() so that import fallback is not needed. It's important to avoid the import fallback as that pulls in a number of unnecessary build dependencies. See: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata
- Loading branch information