baglada's picture
Duplicate from Epoching/3D_Photo_Inpainting
d8816ee
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
)