mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 03:55:24 +00:00
pypi: Pep 625 adaptation
This commit is contained in:
parent
89deb6c283
commit
569b761e8d
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -38,9 +38,10 @@ jobs:
|
|||||||
- name: Install packaging dependencies
|
- name: Install packaging dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install setuptools wheel twine
|
python -m pip install --upgrade setuptools>=61.0.0 wheel twine build
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python setup.py sdist bdist_wheel
|
run: python -m build
|
||||||
|
|
||||||
- name: Upload to PyPI
|
- name: Upload to PyPI
|
||||||
env:
|
env:
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
# 11.03.25
|
||||||
|
|
||||||
|
from .run import main
|
||||||
|
from .Lib.Downloader.HLS import downloader as HLS_Downloader
|
||||||
|
from .Lib.Downloader.MP4 import downloader as MP4_Downloader
|
||||||
|
from .Lib.Downloader.TOR import downloader as TOR_Downloader
|
Loading…
x
Reference in New Issue
Block a user