Skip to content

Commit 8f4825a

Browse files
committed
Make setup sheebang use python3
Also drop "coding: utf-8" implied by python3
1 parent ab601f6 commit 8f4825a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env python
2-
# coding: utf-8
1+
#!/usr/bin/env python3
32
# Licensed under the Apache License, Version 2.0 (the "License");
43
# you may not use this file except in compliance with the License.
54
# You may obtain a copy of the License at

0 commit comments

Comments
 (0)