Skip to content

Commit

Permalink
Fix PEP8 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCote committed Feb 5, 2024
1 parent feefbd8 commit fe1a361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run(self):
'pddl': open('requirements-pddl.txt').readlines(),
'full': open('requirements-full.txt').readlines(),
},
classifiers = [
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
Expand Down

0 comments on commit fe1a361

Please sign in to comment.