add cli program into flake
This commit is contained in:
parent
7719e33832
commit
6d19c2b967
4 changed files with 26 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
tqdm
|
||||
websockets
|
12
cli/setup.py
Normal file
12
cli/setup.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='transbeam-cli',
|
||||
version='0.1',
|
||||
scripts=['transbeam-cli'],
|
||||
install_requires=[
|
||||
'tqdm',
|
||||
'websockets',
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue