radomirbosak / duden

CLI for http://duden.de dictionary written in Python
MIT License
100 stars 18 forks source link

add long_description for pypi #159

Closed mundanevision20 closed 2 years ago

mundanevision20 commented 2 years ago

Hi @radomirbosak

thanks for merging my PR (#157) so quickly.

After spotting the release over at pypi I thought I'd might be helpful to add a long_description -> README.md to the pypi project page.

I also slighty updated the code syntax to use pathlib instead of os.

Regards, Hennig

radomirbosak commented 2 years ago

Hi @mundanevision20 , I tested your PR on test pypi and it looks really good :) Thank you!

Pathlib seems to work with python 3.4 and newer image

So I'll just remove the python 3.3 support from setup.py

In any case, let me merge this first.

radomirbosak commented 2 years ago

Released as 0.17.0 :tada:

GH: https://github.com/radomirbosak/duden/releases/tag/0.17.0 PyPI: https://pypi.org/project/duden/0.17.0/