From 4db0b2c715e1a1c10656d3d6386547055de5f695 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 16 Apr 2026 14:36:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0setup.py=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 setup.py diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..61146fa --- /dev/null +++ b/setup.py @@ -0,0 +1,7 @@ +from setuptools import setup + +setup( + name="appbase", + version="1.0.0", + packages=["appbase"], +) \ No newline at end of file