13 lines
158 B
Python
13 lines
158 B
Python
import setuptools
|
|
|
|
setuptools.setup(
|
|
install_requires = [
|
|
'pyamaha @ git+https://github.com/nduhamel/pyamaha.git@citadel#egg=pyamaha',
|
|
]
|
|
)
|
|
|
|
|
|
|
|
|
|
|