Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
setup.py: fix shebang: python3
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Apr 12, 2018
1 parent 29e2d17 commit 19e8f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""The setup script."""

from setuptools import setup, find_packages
Expand Down

0 comments on commit 19e8f76

Please sign in to comment.