Browse code

add shebang to setup.py

Bas Nijholt authored on 31/10/2017 13:04:07
Showing 1 changed files
... ...
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env python3
1 2
 # -*- coding: utf-8 -*-
2 3
 
3 4
 from setuptools import setup