26 lines
507 B
Diff
26 lines
507 B
Diff
|
|
From b0129def51fede481dcb639373de3614b38f3130 Mon Sep 17 00:00:00 2001
|
||
|
|
From: liqiuyu123 <liqiuyu@kylinos.cn>
|
||
|
|
Date: Mon, 8 Aug 2022 14:30:17 +0800
|
||
|
|
Subject: [PATCH] add setup.py
|
||
|
|
|
||
|
|
---
|
||
|
|
setup.py | 6 ++++++
|
||
|
|
1 file changed, 6 insertions(+)
|
||
|
|
create mode 100644 setup.py
|
||
|
|
|
||
|
|
diff --git a/setup.py b/setup.py
|
||
|
|
new file mode 100644
|
||
|
|
index 0000000..bac24a4
|
||
|
|
--- /dev/null
|
||
|
|
+++ b/setup.py
|
||
|
|
@@ -0,0 +1,6 @@
|
||
|
|
+#!/usr/bin/env python
|
||
|
|
+
|
||
|
|
+import setuptools
|
||
|
|
+
|
||
|
|
+if __name__ == "__main__":
|
||
|
|
+ setuptools.setup()
|
||
|
|
--
|
||
|
|
2.37.1.windows.1
|
||
|
|
|