From ed41a323fdf60675924cbff58ad32e3b1e1eba34 Mon Sep 17 00:00:00 2001 From: endorphant Date: Wed, 28 Feb 2018 17:31:31 -0500 Subject: [PATCH] updating setup file --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 227ebe3..906c91d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='ttbp', - version='0.10.2', + version='0.11.2', description='command line social blogging tool used on tilde.town', url='https://github.com/modgethanc/ttbp', author='~endorphant', @@ -20,6 +20,7 @@ setup( 'inflect==0.2.5', 'mistune==0.8.1', 'colorama==0.3.9', + 'six' ], include_package_data = True, entry_points = {