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 GitHub
parent 5adcb1b6fa
commit 3ecbfc31f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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