This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients tarek, techtonik
Date 2009-09-28.16:49:42
SpamBayes Score 0.0005316771
Marked as misclassified No
Message-id <1254156583.95.0.879110021171.issue6992@psf.upfronthosting.co.za>
In-reply-to
Content
Too complicated. I think any who significantly contributed to some 
package is an author. Maintainer is the one who does the goodness of 
making this package available to other systems through PyPi.

{{{
authors = [
  'Anatoli <email@here>',
  'Tarek <email@here>'
]
}}}

<email@xxx> part is optional. Simple, intuitive, readable and easy 
enough to parse. The same for maintainers. There is no need for 
complicated role management - let's leave this for extensions. At the 
moment the real problem is to give attribution to several people at once 
in Pythonic way. =)
History
Date User Action Args
2009-09-28 16:49:44techtoniksetrecipients: + techtonik, tarek
2009-09-28 16:49:43techtoniksetmessageid: <1254156583.95.0.879110021171.issue6992@psf.upfronthosting.co.za>
2009-09-28 16:49:42techtoniklinkissue6992 messages
2009-09-28 16:49:42techtonikcreate