From a7dda27723b97d9a54057978d6afa185200b47c3 Mon Sep 17 00:00:00 2001 From: mesmith75 Date: Tue, 19 Dec 2023 09:55:03 +0000 Subject: [PATCH] autopep8 action fixes --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a65bcce0cc..3fa674b5f9 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,7 @@ def run(self): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', - 'Programming Language :: Python :: 3.11'], + ], include_package_data=True, package_data={ 'GangaCore': ['Runtime/HEAD_CONFIG.INI'], @@ -149,4 +149,4 @@ def run(self): cmdclass={ 'tests': RunTestsCommand, }, -) \ No newline at end of file +)