Skip to content

Commit 7a9e524

Browse files
v0.9.3
1 parent ad8b3f9 commit 7a9e524

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="pythonanywhere",
12-
version="0.9.2",
12+
version="0.9.3",
1313
description="PythonAnywhere helper tools for users",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
@@ -38,7 +38,9 @@
3838
"pythonanywhere/snakesay.py",
3939
"scripts/pa_autoconfigure_django.py",
4040
"scripts/pa_create_scheduled_task.py",
41+
"scripts/pa_create_webapp_with_virtualenv.py",
4142
"scripts/pa_delete_scheduled_task.py",
43+
"scripts/pa_delete_webapp_logs.py"
4244
"scripts/pa_get_scheduled_task_specs.py",
4345
"scripts/pa_get_scheduled_tasks_list.py",
4446
"scripts/pa_install_webapp_letsencrypt_ssl.py",

0 commit comments

Comments
 (0)