from setuptools import setup, find_packages setup( name="package-name", version="0.0.0", packages=find_packages(), entry_points = { 'console_scripts': ["command = package_name.module_name:function_name"], }, )
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter