Skip to content

Commit

Permalink
black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwest-uw committed Apr 4, 2024
1 parent d6cb55e commit 353dedf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
from setuptools import setup

setup(
entry_points={
"console_scripts": [
"koffi = koffi.script:main"
]
}
)
setup(entry_points={"console_scripts": ["koffi = koffi.script:main"]})

0 comments on commit 353dedf

Please sign in to comment.