676e3d7d84
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29426 3c298f89-4303-0410-b956-a3cf2f4a3e73
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",
|
|
|