try to pack the naswot
This commit is contained in:
7
graph_dit/naswot/setup.py
Normal file
7
graph_dit/naswot/setup.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='naswot',
|
||||
version='0.1',
|
||||
packages=find_packages()
|
||||
)
|
Reference in New Issue
Block a user