AppScale / appscale-agents

AppScale Cloud Agents
Other
0 stars 7 forks source link

Agents setup.py fixes #19

Closed scragraham closed 5 years ago

scragraham commented 5 years ago
scragraham commented 5 years ago

Before fix:

$ twine check dist/appscale-agents-3.8.0.tar.gz
Checking distribution dist/appscale-agents-3.8.0.tar.gz: warning: `long_description_content_type` missing.  defaulting to `text/x-rst`.
Failed
The project's long_description has invalid markup which will not be rendered on PyPI. The following syntax errors were detected:
line 2: Warning: Title underline too short.

AppScale Agents
--------------

After fix:

$ twine check dist/appscale-agents-3.8.0.tar.gz
Checking distribution dist/appscale-agents-3.8.0.tar.gz: warning: `long_description_content_type` missing.  defaulting to `text/x-rst`.
Passed