mesmacosta / datacatalog-tag-exporter

A Python package to manage Google Cloud Data Catalog Tag export scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing files in sdist

thatch opened this issue · comments

It appears that the manifest is missing at least one file necessary to build
from the sdist for version 0.3.0. You're in good company, about 5% of other
projects updated in the last year are also missing files.

+ /tmp/venv/bin/pip3 wheel --no-binary datacatalog-tag-exporter -w /tmp/ext datacatalog-tag-exporter==0.3.0
Looking in indexes: http://10.10.0.139:9191/root/pypi/+simple/
Collecting datacatalog-tag-exporter==0.3.0
  Downloading http://10.10.0.139:9191/root/pypi/%2Bf/ffc/b90e1534d3866/datacatalog-tag-exporter-0.3.0.tar.gz (14 kB)
    ERROR: Command errored out with exit status 1:
     command: /tmp/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-6bisxeu5/datacatalog-tag-exporter/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-6bisxeu5/datacatalog-tag-exporter/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-wheel-6bisxeu5/datacatalog-tag-exporter/pip-egg-info
         cwd: /tmp/pip-wheel-6bisxeu5/datacatalog-tag-exporter/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-wheel-6bisxeu5/datacatalog-tag-exporter/setup.py", line 6, in <module>
        with open('HISTORY.md') as history_file:
    FileNotFoundError: [Errno 2] No such file or directory: 'HISTORY.md'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Thanks for filling this @thatch! I pushed a new version with the fix, 0.3.1, if you want to check it out.
I ran the same command and it worked with the fix, so I'm closing this, if it's not resolved for you, please reopen and let me know.