Skip to content

Commit

Permalink
update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
kasule joseph committed Nov 20, 2019
1 parent acd4c18 commit f86f26a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .coverage
@@ -1 +1 @@
!coverage.py: This is a private format, don't read it directly!{"lines":{"/Users/kasule/Desktop/ug_dst/rwalocation/main.py":[4,6,7,9,10,15,19,24,27,37,11,12,13]}}
!coverage.py: This is a private format, don't read it directly!{"lines":{"/Users/kasule/Desktop/ug_dst/rwalocation/main.py":[4,6,7,9,10,16,20,26,29,38,39,11,12,13,14,22,23,24,17,27,18,30,31,32,33,34,35,36]}}
1 change: 1 addition & 0 deletions makefile
Expand Up @@ -7,6 +7,7 @@ build: clean
publish: build
python -m twine check dist/*
python -m twine upload dist/*
python -m twine upload --skip-existing dist/*

clean:
rm -r build dist *.egg-info || true
2 changes: 1 addition & 1 deletion rwalocation/main.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = "1.1"
__version__ = "0.1.1"

import requests
import operator
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -37,13 +37,13 @@ def get_version():
version=get_version(),
author="kasule joseph",
author_email="kasule06joseph@gmail.com",
description="",
description="A Python library for listing locations in Rwanda",
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/Kasulejoseph/Ahantu.git",
packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES),
include_package_data=True,
keywords=[],
keywords=['Rwanda', 'Locations', 'Places', 'Ahantu', 'rwalocation'],
scripts=[],
entry_points={"console_scripts": ["rwalocation=rwalocation:main"]},
zip_safe=False,
Expand Down

0 comments on commit f86f26a

Please sign in to comment.