Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish-M-code authored Sep 20, 2020
1 parent 5d618f1 commit cb91a99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
from distutils.core import setup
f=open('README.md')
des=f.read()
f.close()
setup(
name = 'share_secret',
packages = ['share_secret'],
version = '0.1',
license='GPLv3',
description = 'share secrets with ease.',
long_description=des,
long_description='A simple secret sharing tool',
author = 'Anish M',
author_email = 'aneesh25861@gmail.com',
url = 'https://github.com/anish-m-code/share_secret',
Expand Down

0 comments on commit cb91a99

Please sign in to comment.