File: distutils-migration.patch

package info (click to toggle)
chirp 1%3A20250502-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 17,836 kB
  • sloc: python: 150,688; ansic: 296; sh: 198; xml: 24; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Catch migration from distutils to setuptools
Author: Dave Hibberd
Last-Update: 2023-10-28
---
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-from distutils.core import setup
+from setuptools import setup
 from setuptools import find_packages
 
 setup(name='chirp',