File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ Source: <a href="https://upload.wikimedia.org/wikipedia/commons/b/b5/CipherDisk2
8989
9090# Install
9191``` bash
92- pip install jc_cipher
92+ pip install jc-cipher
9393```
9494
9595# Run in command/terminal
9696``` bash
97- jc_cipher
97+ jc-cipher
9898```
9999
100100# Import modules
Original file line number Diff line number Diff line change 1313
1414# Setting up
1515setup (
16- name = "jc_cipher " ,
16+ name = "jc-cipher " ,
1717 version = VERSION ,
1818 author = "Statogale (Gabriel Okundaye)" ,
1919 author_email = "<gabriel.okundaye@statogale.com>" ,
2424 packages = find_packages (),
2525 entry_points = {
2626 'console_scripts' : [
27- 'jc_cipher = caesar_cipher.caesar_cipher:main' ,
27+ 'jc-cipher = caesar_cipher.caesar_cipher:main' ,
2828 ],
2929 },
3030 install_requires = ['requests_cache' , 'langid' ],
You can’t perform that action at this time.
0 commit comments