Skip to content

Commit

Permalink
Pip ready 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ishangavidusha committed Dec 18, 2021
1 parent 1f3359f commit 6c63460
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Send.lk Python SDK

sendlk is a python SDK for the send.lk SMS getaway.
sendlk is a python SDK for the [send.lk](https://send.lk) SMS getaway.

## Installation

Expand Down
7 changes: 4 additions & 3 deletions sendlk/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""About information (version, etc) for Send.lk SDK."""

__version__ = '0.0.1'
__title__ = 'Send.lk'
__author__ = '[email protected]'
__title__ = 'sendlk'
__author__ = 'Ishanga Vidusha'
__author_email__ = '[email protected]'
__license__ = 'MIT License'
__url__ = ''
__url__ = 'https://github.com/ishangavidusha/sendlk-sdk-python'
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@
long_description_content_type='text/markdown',
url=about['__url__'],
author=about['__author__'],
author_email=about['__author_email__'],
license=about['__license__'],
keywords='send.lk sms getaway',
install_requires=install_requires,
packages=['sendlk'],
download_url='',
python_requires='>=3.6',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 6c63460

Please sign in to comment.