This commit is contained in:
Cyrille L 2023-05-09 15:57:28 +02:00
parent 4b6595b4a3
commit 75b42a68d4
4 changed files with 9 additions and 13 deletions

2
debian/control vendored
View File

@ -1,5 +1,5 @@
Package: tyto
Version: 0.10.6
Version: 1.0.0
Section: custom
Priority: optional
Architecture: all

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Version: 0.10.6
# Version: 1.0.0
# Tyto - Littérateur
#
# Copyright (C) 2023 Cyrille Louarn <echolib+tyto@a-lec.org>
@ -28,10 +28,10 @@
# Funny Stats Project
#-------------------------
# Project files : 20
# Project lines : 7513
# Project lines : 7508
# Project comments : 1153
# Project functions: 109
# Project program : 5657
# Project program : 5652
#
# file lines : 93
# file comments : 33

View File

@ -7,7 +7,8 @@ Tyto - Littérateur
- License: https://git.a-lec.org/echolib/tyto-litterateur/-/blob/master/LICENSE
- Documentation: https://tyto.echolib.re
## [0.10.6]
## [1.0.0]
- (2023.05.09)
- - Official first public release

View File

@ -28,10 +28,10 @@
#-------------------------
# Funny Stats Project
#-------------------------
# file lines : 1097
# file lines : 1092
# file comments : 104
# file functions: 7
# file program : 877
# file program : 872
#--------------------------
@ -55,11 +55,6 @@ except:
lang_site = lang_sys
# Generic answer
"""
answer_yes = ('y', 'Y', 'yes', 'Yes', 'YES',
'o', 'O', 'oui', 'Oui', 'Oui'
)
"""
try: answer_yes
except: answer_yes = langs.answer_yes