blob: d2372d7538e94ec07c3c38b0d69881ce74bae901 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- setup.py.orig 2022-09-10 13:31:26 UTC
+++ setup.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import setuptools
+
+if __name__ == "__main__":
+ setuptools.setup()
|