Merge pull request #2 from jeremyredhead/jeremyredhead-easy-setup
Add a SetupTools setup.py file
This commit is contained in:
commit
04f4c3a8b6
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