From c0ded9c375900e785b6c5e2197742748517057f1 Mon Sep 17 00:00:00 2001
From: jxy_git <jiangxinyu@kylinos.cn>
Date: Fri, 18 Nov 2022 15:37:55 +0800
Subject: [PATCH] add setup.py

---
 setup.py | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 setup.py

diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..76e462b
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+
+from setuptools import setup
+
+if __name__ == "__main__":
+    setup(
+        name = "scramp",
+        version = "1.4.4",
+)
-- 
2.38.1