Skip to content

Commit

Permalink
autopep8 action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Dec 19, 2023
1 parent 7b6ddcf commit a7dda27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand All @@ -149,4 +149,4 @@ def run(self):
cmdclass={
'tests': RunTestsCommand,
},
)
)

0 comments on commit a7dda27

Please sign in to comment.