Metadata-Version: 2.4
Name: tts_webui_extension.pyrnnoise
Version: 0.0.0
Summary: Placeholder for tts_webui_extension.pyrnnoise until migrated from GitHub due to VCS dependencies.
Author: Your Name
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-python
Dynamic: summary

tts_webui_extension.pyrnnoise

---

PyPI does not allow packages to declare direct VCS dependencies.
Meanwhile, pip install --extra-index-url does not have priority over PyPI.
In the future, this package should be converted to not depend on forks and published here.

To install the package:

```bash
pip install git+https://github.com/rsxdalv/tts_webui_extension.pyrnnoise.git
```
---

Note: Other solutions, such as vendoring dependencies, would be a step backwards.
The intent is not to push something to PyPI, but to move towards a flexible and maintainable packaging system.
