Modify ↓
Opened 5 years ago
Closed 5 years ago
#13655 closed task (fixed)
Please publish on PyPI
Reported by: | Massimo | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | WikiExtrasPlugin |
Severity: | normal | Keywords: | pypi |
Cc: | Trac Release: |
Description
Please publish the plugin on PyPI.
Attachments (0)
Change History (11)
comment:1 Changed 5 years ago by
Keywords: | PyPi added |
---|---|
Type: | defect → task |
comment:2 Changed 5 years ago by
Keywords: | pypi added; PyPi removed |
---|
comment:3 Changed 5 years ago by
Owner: | changed from Mikael Relbe to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:5 Changed 5 years ago by
Needed to modify author email to address this error:
HTTPError: 400 Client Error: 'mikael@relbe.se; christian.boos@free.fr' is an invalid value for Author-email. Error: Use a valid email address See https://packaging.python.org/specifications/core-metadata for url: https://upload.pypi.org/legacy/
comment:7 follow-up: 8 Changed 5 years ago by
The long_description
in setup.py
needs to be converted to ReST format.
HTTPError: 400 Client Error: The description failed to render in the default format of reStructuredText. See https://pypi.org/help/#description-content-type for more information. for url: https://upload.pypi.org/legacy/
Anyone care to provide a patch?
comment:8 Changed 5 years ago by
Replying to Ryan J Ollos:
The
long_description
insetup.py
needs to be converted to ReST format.HTTPError: 400 Client Error: The description failed to render in the default format of reStructuredText. See https://pypi.org/help/#description-content-type for more information. for url: https://upload.pypi.org/legacy/Anyone care to provide a patch?
There is no need to rewrite description in reStructuredText format, Just set the value of long_description_content_type
to text/plain
is good enough for uploading.
comment:11 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Normalizing keyword to lowercase.