Add a SetupTools setup.py file
This will making installing & using yaboli easier
This commit is contained in:
parent
5952c4c6bd
commit
c728ff331a
1 changed files with 10 additions and 0 deletions
10
setup.py
Normal file
10
setup.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(name='yaboli',
|
||||
version='1.0',
|
||||
description='Yet Another BOt LIbrary for euphoria.io',
|
||||
author='Garmelon',
|
||||
url='https://github.com/Garmelon/yaboli',
|
||||
packages=['yaboli'],
|
||||
install_requires=['websockets']
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue