Skip to content

Commit

Permalink
PyPi release files
Browse files Browse the repository at this point in the history
  • Loading branch information
amiralis committed Jun 3, 2020
1 parent 8322c77 commit 6a946f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.rst
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@

from setuptools import setup

with open("README.rst", "r") as fh:
long_description = fh.read()

setup(
name = 'pyDH',
packages = ['pyDH'],
version = '0.1.2',
version = '0.1.5',
license = 'Apache',
description = 'Pure Python Implementation of Diffie-Hellman Key Exchange',
long_description=long_description,
long_description_content_type="text/x-rst",
author = 'Amirali Sanatinia',
author_email = '[email protected]',
url = 'https://github.com/amiralis/pyDH',
Expand Down

0 comments on commit 6a946f1

Please sign in to comment.