25 lines
512 B
Diff
25 lines
512 B
Diff
From 0201946c466051169431b70aaf1f2200a1bf1c26 Mon Sep 17 00:00:00 2001
|
|
From: liqiuyu123 <liqiuyu@kylinos.cn>
|
|
Date: Fri, 28 Oct 2022 10:52:03 +0800
|
|
Subject: [PATCH] add-setup.py
|
|
|
|
---
|
|
setup.py | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
create mode 100644 setup.py
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
new file mode 100644
|
|
index 0000000..86aab1f
|
|
--- /dev/null
|
|
+++ b/setup.py
|
|
@@ -0,0 +1,5 @@
|
|
+from setuptools import setup
|
|
+
|
|
+setup(
|
|
+ use_scm_version={"write_to": "src/apipkg/version.py"},
|
|
+)
|
|
--
|
|
2.37.1.windows.1
|
|
|