Skip to content

Commit

Permalink
Fixes to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrefvem committed Jan 28, 2018
1 parent 8308963 commit 52b7b79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@

setup(
name='jolokia',
version='0.1.0a1',
version='0.1.0a2',
description='A Python Jolokia client',
long_description=long_description,
url='https://github.com/wbrefvem/python-jolokia',
author='Will Refvem',
author_email='wbrefvem@gmail.com',
license='Apache 2.0',
packages=['jolokia'],
package_dir={'jolokia': 'jolokia'},

classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 52b7b79

Please sign in to comment.