Changeset 44
- Timestamp:
- 04/01/07 16:53:48 (2 years ago)
- Files:
-
- trunk/pyosg/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pyosg/setup.py
r40 r44 114 114 version = __version__ + "-%d" % buildno, 115 115 description = "A Python binding for OpenSceneGraph", 116 long_description = __doc__,117 116 author = "Gideon May", 118 117 author_email = "gideon@computer.org", 119 download_url = "http://pyosg.sourceforge.net", 120 url = "http://pyosg.sourceforge.net", 118 maintainer = "Andrew Straw", 119 maintainer_email = "strawman@astraw.com", 120 url = "http://code.astraw.com/projects/pyosg/", 121 121 ext_modules = extensions, 122 122 data_files = data_files, 123 123 package_data = package_data, 124 classifiers = filter(None, PYOSG_CLASSIFIERS.split("\n")),124 #classifiers = filter(None, PYOSG_CLASSIFIERS.split("\n")), 125 125 scripts = scriptfiles, 126 126 license = "BSD License", 127 127 packages=['PyOSG', 'PyOSG.examples', 'PyOSG.examples.Script'], 128 platforms=['Win32', 'Linux', 'Mac_OSX'],128 #platforms=['Win32', 'Linux', 'Mac_OSX'], 129 129 ) 130 130
