public
Description: Clone of SVN of PyObjC (not affiliated)
Homepage: http://pyobjc.sourceforge.net/
Clone URL: git://github.com/orestis/pyobjc.git
Convert to setuptools


git-svn-id: http://svn.red-bean.com/pyobjc/trunk@1875 
f55f28a5-9edb-0310-a011-a803cfcd5d25
ronaldoussoren (author)
Sun Aug 06 09:31:57 -0700 2006
commit  7ec46c923a142afff685b681ffc9d4c0dbaae3d8
tree    df970d271b148d5038a90ee0567959495cbadc71
parent  9a5ca6968d3538a25fb616e2bdfd922869895737
...
1
 
 
 
 
2
3
4
...
32
33
34
35
 
36
37
38
...
 
1
2
3
4
5
6
7
...
35
36
37
 
38
39
40
41
0
@@ -1,4 +1,7 @@
0
-from distutils.core import setup, Extension
0
+import ez_setup
0
+ez_setup.use_setuptools()
0
+
0
+from setuptools import setup, Extension
0
 
0
 LONG_DESCRIPTION="""
0
 Wrappers for the notify library on Mac OS X 10.3 or later. This library allows
0
@@ -32,7 +35,7 @@ def grep_version():
0
 
0
 
0
 setup(
0
- name="notify",
0
+ name="macosx-notify",
0
     version=grep_version(),
0
     description="Wrapper for the notify library in MacOSX 10.3 or later",
0
     long_description=LONG_DESCRIPTION,

Comments

    No one has commented yet.