0602t2 / setup.py
ismot's picture
Duplicate from doevent/3D_Photo_Inpainting
ae0a8cf
raw
history blame contribute delete
194 Bytes
from setuptools import setup
setup(
name='cynetworkx_workaround',
version='1.0',
description='A useful module',
install_requires=['cynetworkx'], #external packages as dependencies
)