[issue6992] multiple authors in setup.by

2009-09-28 Thread anatoly techtonik
anatoly techtonik added the comment: I want to add their emails also. What to write in author_email in this case? Will such author be parsed by various tools? By PyPi, for example, so that everyone get equal credits. I haven't found any remarks about correct handling of this field in distuti

[issue6992] multiple authors in setup.by

2009-09-28 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue6992] multiple authors in setup.by

2009-09-28 Thread Tarek Ziadé
Tarek Ziadé added the comment: You can add them in the author field, separated by a space. It's a free field -- ___ Python tracker ___ ___

[issue6992] multiple authors in setup.by

2009-09-25 Thread anatoly techtonik
New submission from anatoly techtonik : setup.py should allow to specify multiple authors in package description. -- assignee: tarek components: Distutils messages: 93105 nosy: tarek, techtonik severity: normal status: open title: multiple authors in setup.by ___