rbit / pydtls

Datagram Transport Layer Security for Python
Apache License 2.0
72 stars 45 forks source link

Setup.py install fails as README.rst does not exist #17

Closed ghost closed 6 years ago

ghost commented 6 years ago

Using README.md file as fallback instead

rbit commented 6 years ago

Looks like there are a couple of unrelated items in this PR:

  1. README.rst will exist in the complete published package. You'll see this, for example, when installing with pip from PYPI. You'll need some prerequisites in your environment to produce a complete package, including a pandoc installation and pypandoc.

  2. You should be aware that the road to Python 3 is long and rocky. See #11. Perhaps you'd like to share your thinking about what your final Python 3 port would look like.

ghost commented 6 years ago

Hi Ray, thanks your your comments!. I was fixing the packaging for python 3, but It might be better if I take a look first to @chrysn branch and see how far I am. There's a long road ahead, indeed.