Qwiic_I2C_Py icon indicating copy to clipboard operation
Qwiic_I2C_Py copied to clipboard

Fix setup.py by removing DESCRIPTION.rst file access.

Open bhjelstrom opened this issue 1 year ago • 0 comments

DESCRIPTION.rst is not included in the PyPi package. Using setup.py from the PyPi tarball results in the following error:

Traceback (most recent call last):
  File "setup.py", line 45, in <module>
    with io.open(path.join(here, "DESCRIPTION.rst"), encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/brandon/Qwiic_I2C_Py/DESCRIPTION.rst'

bhjelstrom avatar Aug 06 '22 18:08 bhjelstrom