Skip to content

Commit f209df6

Browse files
fixes packaging
1 parent 8700ffb commit f209df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="pythonanywhere",
12-
version="0.9.0",
12+
version="0.9.1",
1313
description="PythonAnywhere helper tools for users",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
@@ -28,7 +28,7 @@
2828
"Programming Language :: Python :: 3.5",
2929
],
3030
keywords="pythonanywhere api cloud web hosting",
31-
packages=["pythonanywhere"],
31+
packages=["pythonanywhere", "pythonanywhere.api"],
3232
install_requires=["docopt", "python-dateutil", "requests", "schema", "tabulate"],
3333
extras_require={},
3434
python_requires=">=3.5",

0 commit comments

Comments
 (0)