Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1a8eec245a |
11
setup.py
Normal file
11
setup.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='hf-cli',
|
||||||
|
version='0.1',
|
||||||
|
description='Huafetcher CLI',
|
||||||
|
author='Daniel Demus',
|
||||||
|
author_email='daniel-git@demus.dk',
|
||||||
|
packages=find_packages(),
|
||||||
|
install_requires=['argparse', 'tempfile', 'getpass', 'logging', 'os', 'json', 'types', 'json', 'random', 'shutil', 'requests', 'urllib'],
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user