AutoViML/Auto_TS

Add `requirements.txt` and `LICENSE` file to tar.gz source on PyPI

Closed this issue · 1 comments

The .tar.gz source file on PyPI currently is missing the following two files:

  • requirements.txt
  • LICENSE
image

Please update the PyPI package to include these files.

What does this break?

image

If you try to install from the source file (.tar.gz), after downloading it from PyPI, the installation would fail as the setup.py file tries to install the dependencies from the requirements.txt and since it cannot find them, the installation fails.

This impacts conda-forge packaging, for the same reason as above and in addition to that, the LICENSE file is necessary for conda-forge packaging as well. Including the LICENSE file in the package source file (.tar.gz) on PyPI ensures, maintaining conda-forge packaging from a single source of truth.

Hi @sugatoray
Thanks for flagging the issue 👍
I have fixed it now and tar.gz supports LICENSE and requirements.txt - take a look at the latest version in pypi and let me know.
Thanks for all your help,
Auto Vimal