Skip to content

Commit b5f05d1

Browse files
committed
Updated readme and package name at setup.py
1 parent b4113b5 commit b5f05d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

‎setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Setting up
1515
setup(
16-
name="jc_cipher",
16+
name="jc-cipher",
1717
version=VERSION,
1818
author="Statogale (Gabriel Okundaye)",
1919
author_email="<gabriel.okundaye@statogale.com>",
@@ -24,7 +24,7 @@
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'],

0 commit comments

Comments
 (0)