2017-03-19 133 views
3

我只是想上传一个包的PyPI的新版本,但得到这个错误:PyPI错误“上传失败(400):摘要:多行不允许”是什么意思?

 
$ python setup.py sdist bdist_wheel upload 
… 
Writing pip2pi-0.7.0/setup.cfg 
Creating tar archive 
removing 'pip2pi-0.7.0' (and everything under it) 
running upload 
Submitting /Users/wolever/code/pip2pi/dist/pip2pi-0.7.0-py2.py3-none-any.whl to https://upload.pypi.org/legacy/ 
Upload failed (400): summary: Multiple lines are not allowed. 
error: Upload failed (400): summary: Multiple lines are not allowed. 

是什么意思?我该如何解决它?

该软件包的以前版本上传没有问题。

的代码,我试图上传:https://github.com/wolever/pip2pi/tree/a026f05a265a6f8c7fb7a5c4cf6484b9ede77761

回答

相关问题