13 lines
224 B
Diff
13 lines
224 B
Diff
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -1,5 +1,6 @@
|
||
|
-from setuptools import setup
|
||
|
-from setuptools import find_packages
|
||
|
+#!/usr/bin/env python
|
||
|
+
|
||
|
+from distutils.core import setup
|
||
|
|
||
|
setup(name="Python EEML",
|
||
|
version="0.1",
|
||
|
|