Qot.
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
def qot():
|
def qot():
|
||||||
print('Qot.')
|
return 'Qot.'
|
||||||
|
|||||||
@@ -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']},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user