We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9701b commit aa2db41Copy full SHA for aa2db41
1 file changed
src/example_fgen_basic/__init__.py
@@ -1,3 +1,9 @@
1
"""
2
Example of wrapping Fortran so it can be accessed via Python
3
4
+
5
+import importlib.metadata
6
7
+__version__ = importlib.metadata.version("example_fgen_basic")
8
9
+__all__ = []
0 commit comments