Skip to content

Commit

Permalink
First Init Distribute Message Python
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Oct 28, 2017
0 parents commit 471cc62
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file added __init__.py
Empty file.
Empty file added distMsg/__init__.py
Empty file.
Binary file added distMsg/__init__.pyc
Binary file not shown.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from setuptools import setup

setup(
name='distMsg',
version='0.1',
description='Send Notification To Service Message like Whatsapp, Slack, & More',
url='https://github.com/ri7nz/distMsg',
author='ri7nz',
author_email='[email protected]',
license='MIT',
packages=['distMsg'],
zip_safe=False
)

0 comments on commit 471cc62

Please sign in to comment.