-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove scripts, add entry point (#10)
* Change way script is started, bump version number * Bump version number to 1.5.4
- Loading branch information
FinlayShepherd
authored
Jun 15, 2018
1 parent
92e8b86
commit 3446e6b
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.5.0' | ||
__version__ = '1.5.4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,9 @@ | |
author='Alert Logic Inc.', | ||
author_email='[email protected]', | ||
description='Command Line Client for Alertlogic Services.', | ||
scripts=['alertlogic-cli'], | ||
entry_points = { | ||
'console_scripts': ['alertlogic-cli=alertlogiccli.alertlogic_console:main'] | ||
}, | ||
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'troubleshooting']), | ||
include_package_data=True, | ||
zip_safe=False, | ||
|