storage icon indicating copy to clipboard operation
storage copied to clipboard

Fix Warnings on Creating Python Package

Open cmdty opened this issue 2 years ago • 0 comments

Warnings seen when running the Pack-Python cake build step with setuptools version 65.5.0, but not version 56.0.0.

The first warning related to the use of the package_data parameter to setuptools.setup and is fixed in the branch put_package_data_into_packages.

Another warning seen, but yet to be investigated is the following: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.

This sort of issue should be helped (made more predictable) when https://github.com/cmdty/storage/issues/35 is implemented by fixing the version of all dependency packages.

cmdty avatar Dec 17 '23 22:12 cmdty