Mordrid1989's picture
Duplicate from baglada/3D_Photo_Inpainting
2d96d03
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
)