Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
w
Functions
_
a
c
f
i
p
r
s
t
u
w
Variables
_
a
b
d
e
f
g
h
i
l
m
n
p
q
s
t
w
Files
File List
setup.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
from
setuptools
import
setup
4
5
from
setuptools
import
find_packages
6
from
catkin_pkg.python_setup
import
generate_distutils_setup
7
8
d = generate_distutils_setup(
9
packages=[
'audio_to_spectrogram'
],
10
package_dir={
''
:
'src'
},
11
)
12
13
setup
(**d)
setup
audio_to_spectrogram
Author(s):
autogenerated on Sat Feb 22 2025 04:03:22