标签: python setuptools
假设我有以下hello-world.py文件:
#!/usr/bin/env python print("Hello, world!")
如何构建一个将其安装到$ PATH的setup.py文件?