python-flufl.lock/0001-add-setup.py.patch

10 lines
216 B
Diff
Raw Normal View History

2022-10-11 16:13:16 +08:00
--- a/setup.py 1970-01-01 08:00:00.000000000 +0800
+++ b/setup.py 2022-10-11 16:10:24.539461797 +0800
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+from setuptools import setup
+
+if __name__ == "__main__":
+ setup()