-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
from distutils.core import setup | ||
from setuptools import setup | ||
|
||
setup( | ||
name="mtaa", | ||
name="nida", | ||
version="0.1.0", | ||
description="A package consisting of all Tanzania locations from region to streets in a easy accessible way", | ||
description="A python libary to Easy fetching user information based on National ID (Tanzania)", | ||
url="https://github.com/Kalebu/nida", | ||
download_url="https://github.com/Kalebu/nida/archive/0.1.tar.gz", | ||
download_url="https://github.com/Kalebu/Nida/archive/0.1.tar.gz", | ||
author="Jordan Kalebu", | ||
author_email="[email protected]", | ||
license="MIT", | ||
packages=["mtaa"], | ||
packages=["nida"], | ||
keywords=[ | ||
"nida", | ||
"nida api" | ||
|