How to package big files with source code with setup.py in Python?

后端 未结 0 1936
旧巷少年郎
旧巷少年郎 2020-12-19 06:00

My current setup.py is super simple and works well:

setup(name=\'bnlu\',
      version=\'0.5\',
      description=\'a toolkit\',
      long_description=LONGDO         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题