minor: shebang python -> python3 (#439)

Co-authored-by: D Lamb <dlamb.gh@mm.st>
This commit is contained in:
D Lamb 2022-10-12 12:55:24 +11:00 committed by Sebastian Messmer
parent c878243074
commit bbc7acc30f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import versioneer

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from setuptools import setup
import versioneer