We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ee26b commit ffd59f4Copy full SHA for ffd59f4
setup.py
@@ -1,6 +1,7 @@
1
import setuptools
2
import os
3
4
+
5
version = os.environ.get("PACKAGE_VERSION", "0.0.0") # fallback if not set
6
7
with open("README.md", "r") as fh:
0 commit comments