[Checkins] SVN: Sandbox/J1m/project_template/branches/dev/setup.py group constant/computed options.
Jim Fulton
jim at zope.com
Wed May 27 06:52:29 EDT 2009
Log message for revision 100445:
group constant/computed options.
Changed:
U Sandbox/J1m/project_template/branches/dev/setup.py
-=-
Modified: Sandbox/J1m/project_template/branches/dev/setup.py
===================================================================
--- Sandbox/J1m/project_template/branches/dev/setup.py 2009-05-27 10:49:53 UTC (rev 100444)
+++ Sandbox/J1m/project_template/branches/dev/setup.py 2009-05-27 10:52:28 UTC (rev 100445)
@@ -21,14 +21,13 @@
"""
setup(
- name = name, version = version,
-
author = 'Jim Fulton',
author_email = 'jim at zope.com',
- long_description=open('README.txt').read(),
- description = open('README.txt').read().strip().split('\n')[0],
license = 'ZPL 2.1',
+ name = name, version = version,
+ long_description=open('README.txt').read(),
+ description = open('README.txt').read().strip().split('\n')[0],
packages = [name.split('.')[0], name],
namespace_packages = [name.split('.')[0]],
package_dir = {'': 'src'},
More information about the Checkins
mailing list