Skip to content

Commit

Permalink
Renamed post install hook to something more fitting
Browse files Browse the repository at this point in the history
  • Loading branch information
hfjn committed Jul 5, 2019
1 parent 1b13477 commit 6881054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -34,7 +34,7 @@
]


class PostInstallCommand(install):
class InstallWithPostCommand(install):
"""Post-installation for installation mode."""

def run(self):
Expand Down Expand Up @@ -73,5 +73,5 @@ def run(self):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
cmdclass={"install": PostInstallCommand},
cmdclass={"install": InstallWithPostCommand},
)

0 comments on commit 6881054

Please sign in to comment.