[Pymoul-svn] SF.net SVN: pymoul: [236] enumprocess/trunk/setup.py
Status: Alpha
Brought to you by:
tiran
|
From: <ti...@us...> - 2007-03-06 13:17:09
|
Revision: 236
http://pymoul.svn.sourceforge.net/pymoul/?rev=236&view=rev
Author: tiran
Date: 2007-03-06 05:17:09 -0800 (Tue, 06 Mar 2007)
Log Message:
-----------
Remove additional setup import
Modified Paths:
--------------
enumprocess/trunk/setup.py
Modified: enumprocess/trunk/setup.py
===================================================================
--- enumprocess/trunk/setup.py 2007-03-06 13:16:26 UTC (rev 235)
+++ enumprocess/trunk/setup.py 2007-03-06 13:17:09 UTC (rev 236)
@@ -21,8 +21,6 @@
from setuptools import setup
from setuptools import find_packages
-from distutils.core import setup
-
VERSION = "0.1"
me = "Christian Heimes"
@@ -42,7 +40,7 @@
download_url= "http://cheeseshop.python.org/pypi/enumprocess",
license = "BSD License",
keywords = ["pid", "process", "enum", "proc", "ps", "psapi"],
- platforms=['Independant'],
+ platforms = ['Independent'],
classifiers = (
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|