sharkutilities / pandas-wizard

Utility Functions, Wrappers (w/o exotic dependencies) for pandas Library
https://pypi.org/project/pandas-wizard/
MIT License
4 stars 0 forks source link

[Bug]: _WouldIgnoreField: 'requires-python' defined outside of `pyproject.toml` would be ignored. #8

Open ZenithClown opened 5 months ago

ZenithClown commented 5 months ago

Contact Details (optional)

No response

What happened?

Warning is generated while generating binary files using:

python setup.py sdist bdist_wheel

Python Version

3.9 (default)

What type of operating system are you using?

Windows 11

Relevant System Configuration

No response

Relevant log output

C:\Users\debmalya\anaconda3\lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'requires-python' defined outside of `pyproject.toml` would be ignored.
    !!

    ##########################################################################
    # configuration would be ignored/result in error due to `pyproject.toml` #
    ##########################################################################

    The following seems to be defined outside of `pyproject.toml`:

    `requires-python = '>=3.8'`

    According to the spec (see the link below), however, setuptools CANNOT
    consider this value unless 'requires-python' is listed as `dynamic`.

    https://packaging.python.org/en/latest/specifications/declaring-project-metadata/

    For the time being, `setuptools` will still consider the given value (as a
    **transitional** measure), but please note that future releases of setuptools will
    follow strictly the standard.

    To prevent this warning, you can list 'requires-python' under `dynamic` or alternatively
    remove the `[project]` table from your file and rely entirely on other means of
    configuration.

!!

Code of Conduct