#13 Require setuptools, flatpak_module_tools/config.py imports pkg_resources
Closed 8 months ago by otaylor. Opened 3 years ago by churchyard.
churchyard/flatpak-module-tools require_setuptools  into  master

file modified
+1
@@ -22,4 +22,5 @@ 

        package_data={'flatpak_module_tools': ['config.yaml', 'templates/*.j2']},

        include_package_data=True,

        entry_points=entry_points,

+       install_requires=['setuptools'],

        )

no initial comment

Thanks for this! Sorry it never got merged. pyproject.toml in the current version does require setuptools for pkg_resources.

Pull-Request has been closed by otaylor

8 months ago
Metadata