from setuptools import find_packages, setup setup( name='DXGB', packages=find_packages(), version='0.1.0', author='Jianing Lu', license='gpl-3.0', )