simonh10 / python-edl

A python EDL parsing library
MIT License
90 stars 33 forks source link

Fix build-time dependences on timecode #7

Open OEP opened 7 years ago

OEP commented 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.

brycegbrazen commented 1 year ago

@simonh10 Could we get this merged in possibly?