Modify ↓
Opened 7 years ago
Closed 7 years ago
#12935 closed defect (cantfix)
Support multiple authors in plugin metadata
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In r16906 a set is used for the author
parameter. This renders poorly on the plugin admin page. We could add support for iterables and show all authors, or just the first author in the iterable.
I haven't looked at whether setuptools supports or discourages uses of an iterable for the author
parameter of setup
.
Attachments (1)
Change History (3)
by , 7 years ago
Attachment: | Screen Shot 2017-10-23 at 01.00.35.png added |
---|
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Milestone: | 1.0.17 |
---|---|
Resolution: | → cantfix |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I think we cannot enhance it. setuptools with multiple authors specified doesn't support.
See also: