Closed jliljebl closed 1 year ago
Flowblade still uses setup.py to create e.g. Flatpaks with line from distutils.core import setup. We need to replace that with some up-to-date mechanics for defining package contents.
We're keeping setup.py for now but replacing deprecated distutils with setuptools.
Flowblade still uses setup.py to create e.g. Flatpaks with line from distutils.core import setup. We need to replace that with some up-to-date mechanics for defining package contents.