mirror of
https://github.com/vale981/clay
synced 2025-03-04 17:11:41 -05:00
Fixed typo in setuptools install_requires
This commit is contained in:
parent
32f7936f4e
commit
c574d4d300
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ setup(
|
|||
author='Andrew Dunai',
|
||||
author_email='a@dun.ai',
|
||||
url='https://github.com/and3rson/clay',
|
||||
install_required=[
|
||||
install_requires=[
|
||||
'gmusicapi',
|
||||
'PyYAML',
|
||||
'urwid',
|
||||
|
|
Loading…
Add table
Reference in a new issue