@ -0,0 +1,11 @@
import setuptools
setuptools.setup(
name="pyadb",
version="1.0",
author="Raphael Roberts",
author_email="raphael.roberts48@gmail.com",
description="Python ADB wrapper",
packages=setuptools.find_packages(),
)