Skip to content

Commit

Permalink
#5 adds cli to setup packges. by Piotr and Filip
Browse files Browse the repository at this point in the history
  • Loading branch information
filiplajszczak authored and caseneuve committed Mar 13, 2021
1 parent 7c8aa56 commit b111b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b111b94

Please sign in to comment.