lipoja / URLExtract

URLExtract is python class for collecting (extracting) URLs from given text based on locating TLD.
MIT License
245 stars 61 forks source link

Release New Version to PyPi #29

Closed CLiu13 closed 5 years ago

CLiu13 commented 5 years ago

In light of the latest changes made to this project, would it be possible to release a new version of URLExtract to PyPi? The most recent release on PyPi was on February 24, while there have been several changes made since then.

lipoja commented 5 years ago

wow is it really that long. OK I will have to do something about it. Sorry for not being here because of lack of free time. I will do something about the release.

impredicative commented 5 years ago

@lipoja I'm looking to use this package for a serious new project, so I eagerly hope it can be updated on PyPI.

Before you publish, however, please test under Python 3.7 and consider formally noting it in setup.py.

Please also consider setting long_description_content_type to text/x-rst as is documented here.

Thanks very much for your continued efforts.

lipoja commented 5 years ago

Hi @impredicative I've made some progress this week so I released new version on pipy. Thank you for the hint with long_description_content_type.


And I would like to thank to all the people using urlextract, reporting issues, giving me suggestions how to move with this project! I really appreciate it! Thanks.