Skip to content

Commit c7c5207

Browse files
#5 adds cli to setup packges. by Piotr and Filip
1 parent 3437b4b commit c7c5207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"Programming Language :: Python :: 3.6",
2828
],
2929
keywords="pythonanywhere api cloud web hosting",
30-
packages=["pythonanywhere", "pythonanywhere.api"],
30+
packages=["cli", "pythonanywhere", "pythonanywhere.api"],
3131
install_requires=["docopt", "python-dateutil", "requests", "schema", "tabulate", "typer"],
3232
extras_require={},
3333
python_requires=">=3.6",

0 commit comments

Comments
 (0)