AutoViML / Auto_TS

Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Created by Ram Seshadri. Collaborators welcome.
Apache License 2.0
723 stars 113 forks source link

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

Closed sugatoray closed 4 months ago

sugatoray commented 4 months ago

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

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.

AutoViML commented 4 months ago

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