Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Use env python
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf committed Apr 25, 2024
1 parent 08c7c38 commit e728813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def load_version():
if argv[1] == '--setup.py':
with open('setup.py', 'wt') as f:
print(
f'''#!/usr/bin/python3
f'''#!/usr/bin/env python3
# This file is auto generated. Do not modify
from setuptools import setup
Expand Down

0 comments on commit e728813

Please sign in to comment.