From 971ead3148bdca28d83219ef22976ae58127f40f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 16 Sep 2019 10:03:06 -0400 Subject: [PATCH] Get the syntax right --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 330df3567..4cd9a5fdb 100644 --- a/setup.py +++ b/setup.py @@ -368,7 +368,7 @@ setup(name="tahoe-lafs", # also set in __init__.py "static/*.js", "static/*.png", "static/*.css", "static/img/*.png", "static/css/*.css", - ] + ], "allmydata": ["ported-modules.txt"], }, include_package_data=True,