bastianwenske / python-wekan

This is a python client for interacting with the WeKan® REST-API
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Migrate off the deprecated `setup.py` #19

Open C0rn3j opened 5 months ago

C0rn3j commented 5 months ago
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()