mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-03-18 08:20:18 +00:00
updating setup file
This commit is contained in:
3
setup.py
3
setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ttbp',
|
name='ttbp',
|
||||||
version='0.10.2',
|
version='0.11.2',
|
||||||
description='command line social blogging tool used on tilde.town',
|
description='command line social blogging tool used on tilde.town',
|
||||||
url='https://github.com/modgethanc/ttbp',
|
url='https://github.com/modgethanc/ttbp',
|
||||||
author='~endorphant',
|
author='~endorphant',
|
||||||
@@ -20,6 +20,7 @@ setup(
|
|||||||
'inflect==0.2.5',
|
'inflect==0.2.5',
|
||||||
'mistune==0.8.1',
|
'mistune==0.8.1',
|
||||||
'colorama==0.3.9',
|
'colorama==0.3.9',
|
||||||
|
'six'
|
||||||
],
|
],
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
entry_points = {
|
entry_points = {
|
||||||
|
|||||||
Reference in New Issue
Block a user