This commit is contained in:
2019-02-05 02:29:55 -07:00
commit 0401c8777e
3 changed files with 121 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from setuptools import setup
setup(name='qot',
description='qot',
long_description='qot',
author='qot',
license='MIT',
packages=['qot'],
entry_points={'console_scripts': ['qot=qot:qot']},
)