Skip to content

Commit a407d43

Browse files
author
Dan Shemesh
committed
ready for pypi
1 parent 48e691a commit a407d43

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
[metadata]
2+
description-file = README.md
3+
14
[bdist_wheel]
25
universal=1

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
# Versions should comply with PEP440. For a discussion on single-sourcing
1515
# the version across setup.py and the project code, see
1616
# https://packaging.python.org/en/latest/single_source_version.html
17-
version='1.0.0.dev',
17+
version='0.0.20',
1818

1919
description='The jumper background logging agent for Linux and Windows systems',
2020
long_description=long_description,
2121

2222
# The project's main homepage.
2323
url='https://github.com/jumperr-labs/jumper-logging-agent',
24+
download_url='https://github.com/Jumperr-labs/jumper-logging-agent/archive/0.0.20.tar.gz',
2425

2526
# Author details
2627
author='Roy Razon',

0 commit comments

Comments
 (0)