We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef20dd0 + bc18498 commit 9dee43bCopy full SHA for 9dee43b
aws_okta_keyman/metadata.py
@@ -14,5 +14,5 @@
14
# Copyright 2018 Nathan V
15
"""Package metadata."""
16
17
-__version__ = '0.8.2'
+__version__ = '0.8.3'
18
__desc__ = 'AWS Okta Keyman'
setup.py
@@ -120,7 +120,7 @@ def run_tests(self):
120
install_requires=open("{}/requirements.txt".format(DIR)).readlines(),
121
entry_points={
122
'console_scripts': [
123
- 'aws_okta_keyman = aws_okta_keyman.main:entry_point'
+ 'aws_okta_keyman = aws_okta_keyman.__main__:entry_point'
124
],
125
},
126
classifiers=[
0 commit comments