Skip to content

Commit

Permalink
Merge pull request #13 from SoyGema/sweep/update-commit-message_2
Browse files Browse the repository at this point in the history
[Sweep Rules] Update commit message in setup.py
  • Loading branch information
SoyGema authored Oct 31, 2023
2 parents 02a1188 + 66975e9 commit 8b877aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import find_packages, setup
from setuptools import setup, find_packages

setup(
name="pulling_ace",
Expand All @@ -20,7 +20,7 @@
],
entry_points={
"console_scripts": [
"pullingace = pulling_ace.cli:main",
"beyond_the_nest = pulling_ace.cli:main",
],
},
"trunk>=1.18.0",
Expand All @@ -29,7 +29,7 @@
],
},
)
"pullingace = pulling_ace.cli:main",
"beyond_the_nest = pulling_ace.cli:main",

setup(
name="pulling_ace",
Expand Down

0 comments on commit 8b877aa

Please sign in to comment.