- Document the ParseDepends() function in the User's Guide.
+ From khomenko:
+
+ - Create a separate description and long_description for RPM packages.
+
From Steven Knight:
- Document the GetLaunchDir() function in the User's Guide.
else:
self.data_files = []
-description = """Open Source next-generation build tool.
+description = "Open Source next-generation build tool."
+
+long_description = """Open Source next-generation build tool.
Improved, cross-platform substitute for the classic Make
utility. In short, SCons is an easier, more reliable
and faster way to build software."""
'name' : "scons",
'version' : Version,
'description' : description,
+ 'long_description' : long_description,
'author' : 'Steven Knight',
'author_email' : 'knight@baldmt.com',
'url' : "http://www.scons.org/",