diff --git a/setup.py b/setup.py index 445a079..61b21b7 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "Programming Language :: Python :: 3.6", ], keywords="pythonanywhere api cloud web hosting", - packages=["pythonanywhere", "pythonanywhere.api"], + packages=["cli", "pythonanywhere", "pythonanywhere.api"], install_requires=["docopt", "python-dateutil", "requests", "schema", "tabulate", "typer"], extras_require={}, python_requires=">=3.6",