Jacks2003's picture
Duplicate from doevent/3D_Photo_Inpainting
52ebfc4
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
)