python-prettytable/0001-add-setup.py.patch

13 lines
288 B
Diff
Raw Normal View History

2022-11-23 17:33:47 +08:00
--- c/setup.py 1970-01-01 08:00:00.000000000 +0800
+++ a/setup.py 2022-11-23 17:31:28.835786258 +0800
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+
+from setuptools import setup
+
+if __name__ == "__main__":
+ setup(
+ name = "prettytable",
+ version = "3.5.0"
+ )