summaryrefslogtreecommitdiffstats
path: root/tests/samples/modulewithconstructedversion.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/samples/modulewithconstructedversion.py')
-rw-r--r--tests/samples/modulewithconstructedversion.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/samples/modulewithconstructedversion.py b/tests/samples/modulewithconstructedversion.py
new file mode 100644
index 0000000..5d9ec93
--- /dev/null
+++ b/tests/samples/modulewithconstructedversion.py
@@ -0,0 +1,4 @@
+
+"""This module has a __version__ that requires runtime interpretation"""
+
+__version__ = ".".join(["1", "2", "3"])