rbit / pydtls

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

setup.py error in master #16

Closed edmont closed 7 years ago

edmont commented 7 years ago

It seems it comes from Release 1.2.2

pydtls-master# python setup.py
Traceback (most recent call last):
  File "setup.py", line 55, in <module>
    long_description = open("README.rst").read()
FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'
rbit commented 7 years ago

To install from PyPI, run pip install Dtls.

If you're git cloning, there is no need to install. You can run straight out of the cloned project root directory.