kopia lustrzana https://gitlab.com/zeograd/rnsutils
Fix runtime dependency to sf2utils
rodzic
e177e31cb5
commit
9bf71e034a
4
setup.py
4
setup.py
|
@ -23,7 +23,7 @@ setup(
|
|||
# Versions should comply with PEP440. For a discussion on single-sourcing
|
||||
# the version across setup.py and the project code, see
|
||||
# https://packaging.python.org/en/latest/single_source_version.html
|
||||
version='0.6.0',
|
||||
version='0.6.1',
|
||||
|
||||
description='Renoise library and utilities',
|
||||
long_description=long_description,
|
||||
|
@ -87,7 +87,7 @@ setup(
|
|||
# your project is installed. For an analysis of "install_requires" vs pip's
|
||||
# requirements files see:
|
||||
# https://packaging.python.org/en/latest/requirements.html
|
||||
install_requires=['lxml'],
|
||||
install_requires=['lxml', 'sf2utils'],
|
||||
|
||||
# List additional groups of dependencies here (e.g. development
|
||||
# dependencies). You can install these using the following syntax,
|
||||
|
|
Ładowanie…
Reference in New Issue