Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v3 #4

Merged
merged 17 commits into from
May 11, 2018
Prev Previous commit
Next Next commit
Fix entry_point
  • Loading branch information
nolze committed May 10, 2018
commit 9c530902da49901815f31b52e8f5db4565d947a0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
entry_points={
'console_scripts': [
'msoffcrypto-tool = msoffcrypto',
'msoffcrypto-tool = msoffcrypto.__main__:main',
],
},
)