Skip to content
Snippets Groups Projects
Select Git revision
  • Light
  • vs_pfm
  • old
3 results

setup.py

Blame
  • user avatar
    Jianing Lu authored and GitHub committed
    f4cd9229
    History
    setup.py 170 B
    from setuptools import find_packages, setup
    
    setup(
        name='DXGB',
        packages=find_packages(),
        version='0.1.0',
        author='Jianing Lu',
        license='gpl-3.0',
    )