Add __version__ attribute to package
This commit is contained in:
3
src/betterproto/_version.py
Normal file
3
src/betterproto/_version.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from pkg_resources import get_distribution
|
||||
|
||||
__version__ = get_distribution("betterproto").version
|
||||
Reference in New Issue
Block a user