This commit is contained in:
Tanner
2026-06-13 11:52:29 -06:00
parent 0401c8777e
commit 54a3069a18
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
def qot(): def qot():
print('Qot.') return 'Qot.'
+1 -1
View File
@@ -4,7 +4,7 @@ setup(name='qot',
description='qot', description='qot',
long_description='qot', long_description='qot',
author='qot', author='qot',
license='MIT', license='qot',
packages=['qot'], packages=['qot'],
entry_points={'console_scripts': ['qot=qot:qot']}, entry_points={'console_scripts': ['qot=qot:qot']},
) )