pr-omethe-us / PyKED

Python interface to the ChemKED database format
https://pr-omethe-us.github.io/PyKED/
BSD 3-Clause "New" or "Revised" License
14 stars 15 forks source link

0.4.1 (from PyPI) is broken: No such file or directory: ... /README.md #131

Open yurivict opened 2 years ago

yurivict commented 2 years ago

It attempts to open a non-existent file:

===>  Configuring for py38-pyked-0.4.1
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 11, in <module>
    with open(path.join(here, 'README.md')) as readme_file:
  File "/usr/local/lib/python3.8/codecs.py", line 905, in open
    file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '/disk-samsung/freebsd-ports/science/py-pyked/work-py38/pyked-0.4.1/README.md'
*** Error code 1
bryanwweber commented 2 years ago

Yep, probably a problem with the MANIFEST.in file, which would need to include the README.md file. Please feel free to submit a pull request to fix it.

yurivict commented 2 years ago

The current GH master doesn't have this problem.