Open OEP opened 7 years ago
This fixes #5 -- the typical way around this sort of chicken-and-egg problem is to use exec() to slurp up the version name from another plain Python file.
exec()
@simonh10 Could we get this merged in possibly?
This fixes #5 -- the typical way around this sort of chicken-and-egg problem is to use
exec()
to slurp up the version name from another plain Python file.