setup.py 85 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 import setuptools setuptools.setup( packages=setuptools.find_packages(), )