Skip to content

Commit

Permalink
Added url to setup py
Browse files Browse the repository at this point in the history
  • Loading branch information
miterion committed Sep 28, 2018
1 parent 9f7339b commit 5ff8e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@

setup(
name='dfnclient',
version='0.0.3',
version='0.0.4',
license='MIT',
description='Certificate client based on the soap API of the dfn',
install_requires =['click==7.0', 'termcolor==1.1.0', 'suds-py3==1.3.3.0'],
packages=find_packages(),
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/Miterion/dfnclient',
entry_points={
'console_scripts': [
'dfnclient=dfngen.dfnclient:cli',
Expand Down

0 comments on commit 5ff8e0d

Please sign in to comment.