Saini
init
0b9f920
raw history blame
No virus
194 Bytes
from setuptools import setup
setup(
name='cynetworkx_workaround',
version='1.0',
description='A useful module',
install_requires=['cynetworkx'], #external packages as dependencies
)