patch no longer needed

This commit is contained in:
sthen 2022-08-02 11:13:44 +00:00
parent bff357fa8a
commit 7b1ad72a9b

View File

@ -1,14 +0,0 @@
Patch to use setuptools to allow --single-version-externally-managed
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# setup.py generated by flit for tools that don't yet use PEP 517
-from distutils.core import setup
+from setuptools import setup
packages = \
['testpath']