python-termcolor/0001-add-setup.py.patch
2022-12-01 14:48:39 +08:00

13 lines
286 B
Diff

--- c/setup.py 1970-01-01 08:00:00.000000000 +0800
+++ a/setup.py 2022-12-01 14:47:20.388505008 +0800
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+from setuptools import setup
+
+
+if __name__ == "__main__":
+ setup(
+ name = "termcolor",
+ version = "2.1.1"
+ )