ColinRobbins / scm-helper

Audit required: Use of exec PYL-W0122
Security
Major
3 years ago3 years old
Use of exec
 6
 7VERSION = {}
 8with open("scm_helper/version.py") as fh:
 9    exec(fh.read(), VERSION)10
11setuptools.setup(
12    name="scm-helper",