helloflask / flask-ckeditor

CKEditor integration for Flask, including image upload, code syntax highlight, and more.
https://flask-ckeditor.readthedocs.io
MIT License
200 stars 67 forks source link

Package description not very descriptive #38

Closed remyzandwijk closed 4 years ago

remyzandwijk commented 4 years ago

@greyli. I noticed that as of version 0.4.2, the package description (in setup.py) changed. Before version 0.4.2, it was pretty descriptive, but since then, it is not.

Was that change made on purpose?

Probably needless to say is that the description is used on PyPi, so people looking at the package on PyPi might not understand the function (and coolness!) of it.

greyli commented 4 years ago

At the moment, PyPI just starts to support render Markdown for the project description, but then something goes wrong about it and I can't figure out the reason at that time, so I just remove the codes...

You can try to make the PyPI description cool again :)

remyzandwijk commented 4 years ago

Okay, I'll look to find out what's going on. If it is fixed, re-release 0.4.4 to PyPi (if that is possible at all)?

greyli commented 4 years ago

AFAIK PyPI doesn't allow re-upload package, you may need to make a new release(e.g. 0.4.4.1),

remyzandwijk commented 4 years ago

Could you add me to the project in TestPyPi as well? I want to upload the new package to TestPyPi first to make sure it is correct.

greyli commented 4 years ago

I think the TestPyPI is a separate instance of PyPI, you can just create a new account and publish the package with a new name to test. I never use it before...

remyzandwijk commented 4 years ago

I did just that.

You did use it before: https://test.pypi.org/project/Flask-CKEditor/. ;-)

remyzandwijk commented 4 years ago

New version pushed: 0.4.4.1.

greyli commented 4 years ago

Great! (I totally forgot my TestPyPI account :/)