mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-18 18:59:25 +00:00
cleaning up settings and version checker
this commit picks up from some of my broken local repos; it improves the config validator run at startup, handles publishing toggling more correctly, and includes version updating to 0.10.2
This commit is contained in:
6
setup.py
6
setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='ttbp',
|
||||
version='0.10.1',
|
||||
version='0.10.2',
|
||||
description='command line social blogging tool used on tilde.town',
|
||||
url='https://github.com/modgethanc/ttbp',
|
||||
author='~endorphant',
|
||||
@@ -24,8 +24,8 @@ setup(
|
||||
include_package_data = True,
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
'feels = ttbp.ttbp:start',
|
||||
'ttbp = ttbp.ttbp:start',
|
||||
'feels = ttbp.ttbp:main',
|
||||
'ttbp = ttbp.ttbp:main',
|
||||
]
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user