Use setuptools
This commit is contained in:
parent
62e5adc878
commit
903ba4973b
3 changed files with 30 additions and 2 deletions
8
setup.py
Normal file
8
setup.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="yaboli",
|
||||
version="0.1.0",
|
||||
packages=["yaboli"],
|
||||
install_requires=["websockets==7.0"],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue