Skip to content

Commit

Permalink
Updated version and requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Jan 13, 2020
1 parent d28969a commit 62189b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ def read(*rnames):

setup(
name = 'txtelegraf',
version = '0.2.2',
version = '0.3.0',
author = "Christopher Kirkos",
author_email = "offero@gmail.com",
url = "https://github.com/offero/txtelegraf",
download_url = 'https://github.com/offero/txtelegraf/archive/v0.2.2.zip',
download_url = 'https://github.com/offero/txtelegraf/archive/v0.3.0.zip',
license="Apache License 2.0",
description = "A TCP/UDP Telegraf/InfluxDB client for Twisted.",
long_description = read('README.rst'),
packages = [str('txtelegraf')],
install_requires = ['twisted'],
install_requires = ['twisted', 'six'],
keywords=["twisted", "telegraf", "influxdb"],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 62189b5

Please sign in to comment.