From 5d05398f2a673ad0a95c9579319e48485284f7dc Mon Sep 17 00:00:00 2001 From: mizonon Date: Tue, 12 Nov 2024 18:04:24 +0900 Subject: [PATCH] =?UTF-8?q?CI=E5=AF=BE=E5=BF=9C=E3=81=AE=E5=BE=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crane_plus_examples_py/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/crane_plus_examples_py/setup.py b/crane_plus_examples_py/setup.py index fcb6446..567c400 100644 --- a/crane_plus_examples_py/setup.py +++ b/crane_plus_examples_py/setup.py @@ -1,5 +1,6 @@ from glob import glob import os + from setuptools import find_packages, setup package_name = 'crane_plus_examples_py'