diff options
author | Louie Shprung <lshprung@scu.edu> | 2023-12-21 12:20:20 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2023-12-21 12:20:20 -0800 |
commit | 11373742d701166f2580cfe67015eac012cda1a9 (patch) | |
tree | b24eeae8a6cd62b5c10741b5585230f6d5b15d1a /setup.py | |
parent | 263943d2db2f47979912c704570108d77652c41c (diff) |
Fix UI file loading
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/usr/bin/env python3 from setuptools import setup +# For getting a git snapshot: ./setup.py egg_info -b "+git`date '+%Y%m%d'`" build sdist setup() |