blob: fd80751856d0b3959f1363b99bcc92951a4b0167 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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",
|