Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
MSC-Company
/
msc-multi-agent-space
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Finish-him
commited on
1 day ago
Commit
e751b21
·
verified
·
1 Parent(s):
d6864f1
Add pyaudioop package: setup.py
Browse files
Files changed (1)
hide
show
setup.py
+7
-0
setup.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
from setuptools import setup
2
+
setup(
3
+
name='pyaudioop',
4
+
version='1.0.0',
5
+
description='audioop shim for Python 3.13+',
6
+
py_modules=['pyaudioop'],
7
+
)