Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalebu committed Apr 19, 2021
1 parent c1ae69f commit fb0a110
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
setup(
name="pyswahili",
version="0.1.0",
description="""
Python package for briding python english keywords
with swahili one to allow swahili speakers to learn the basics of coding
without ever knowing english
""",
url="https://github.com/Kalebu/pyswahili",
author="Jordan Kalebu",
author_email="[email protected]",
license="MIT",
packages=["pyswahili"],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit fb0a110

Please sign in to comment.