From f624e7bbcc1df28dc1035999936d318b9baca74b Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Thu, 4 Jan 2024 10:53:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=AA=E3=82=93=E3=81=A0=E3=81=93=E3=82=8C?= =?UTF-8?q?=E3=82=80=E3=81=9A=E9=81=8E=E3=81=8E=E3=82=8B=E3=81=A0=E3=82=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- tjaf.py => tjaf/__init__.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tjaf.py => tjaf/__init__.py (100%) diff --git a/setup.py b/setup.py index 08effa9..1596b87 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ import setuptools setuptools.setup( name='tjaf', - version='1.0.1', - packages=setuptools.find_packages(), + version='1.0.5', + packages=['tjaf'], install_requires=[], author='Yuuki', author_email='skifree@skiff.com', diff --git a/tjaf.py b/tjaf/__init__.py similarity index 100% rename from tjaf.py rename to tjaf/__init__.py