#10 Migrate from deprecated disutils to setuptools
Opened a year ago by churchyard. Modified a year ago
churchyard/fedora-gather-easyfix setuptools  into  master

file modified
+2 -1
@@ -6,7 +6,7 @@ 

  import os

  import re

  

- from distutils.core import setup

+ from setuptools import setup

  

  

  scriptfile = os.path.join(os.path.dirname(__file__), "gather_easyfix.py")
@@ -45,4 +45,5 @@ 

      download_url = '',

      url = 'https://fedorahosted.org/fedora-gather-easyfix/',

      scripts=['gather_easyfix.py'],

+     packages=[],

      )

distutils will be removed from Python 3.12+
See https://peps.python.org/pep-0632/

rebased onto a4cb294

a year ago
Metadata