try to pack the naswot

This commit is contained in:
mhz
2024-07-28 23:45:02 +02:00
parent 13f77963d0
commit fd4f0452f9
102 changed files with 112 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
from setuptools import setup, find_packages
setup(
name='naswot',
version='0.1',
packages=find_packages()
)