updating setup file

master
endorphant 2018-02-28 17:31:31 -05:00
parent 161ce39ea7
commit ed41a323fd
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {