-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change string format to support Python 2.6
- Loading branch information
Rachide Ouattara
committed
Dec 27, 2018
1 parent
10235bc
commit 5d532c3
Showing
2 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,13 @@ def read(fname): | |
def run_setup(): | ||
setup( | ||
name='rabbitmq-metrics-to-graphite', | ||
version='0.5', | ||
version='0.6', | ||
description='https://github.com/orachide/rabbitmq-metrics-to-graphite', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
keywords = 'RabbitMQ Graphite Metrics', | ||
url='https://github.com/orachide/rabbitmq-metrics-to-graphite', | ||
download_url = 'https://github.com/orachide/rabbitmq-metrics-to-graphite/archive/0.5.tar.gz', | ||
download_url = 'https://github.com/orachide/rabbitmq-metrics-to-graphite/archive/0.6.tar.gz', | ||
author='Rachide Ouattara', | ||
author_email='[email protected]', | ||
license='BSD', | ||
|