mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Merge branch 'master' of https://github.com/iluvcapra/ptulsconv
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7, 3.8, 3.9, "3.10"]
|
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.5.0
|
- uses: actions/checkout@v2.5.0
|
||||||
|
|||||||
2
.github/workflows/pythonpublish.yml
vendored
2
.github/workflows/pythonpublish.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
message: |
|
message: |
|
||||||
I just released a new version of ptulsconv, my ADR cue sheet generator!
|
I just released a new version of ptulsconv, my ADR cue sheet generator!
|
||||||
|
#python #protools #pdf #filmmaking
|
||||||
${{ github.server_url }}/${{ github.repository }}
|
${{ github.server_url }}/${{ github.repository }}
|
||||||
env:
|
env:
|
||||||
MASTODON_URL: ${{ secrets.MASTODON_URL }}
|
MASTODON_URL: ${{ secrets.MASTODON_URL }}
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -27,7 +27,8 @@ setup(name='ptulsconv',
|
|||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Development Status :: 4 - Beta",
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Topic :: Text Processing :: Filters"],
|
"Topic :: Text Processing :: Filters"],
|
||||||
packages=['ptulsconv'],
|
packages=['ptulsconv'],
|
||||||
keywords='text-processing parsers film tv editing editorial',
|
keywords='text-processing parsers film tv editing editorial',
|
||||||
|
|||||||
Reference in New Issue
Block a user