from setuptools import setup setup( name='voxeldev', version='0.0.1', install_requires=[ 'matplotlib', 'numpy' ], )