Skip to content

Commit

Permalink
Fix the PyAV build fail issue on Windows CI and update the setup me…
Browse files Browse the repository at this point in the history
…tadata (GH-67)
  • Loading branch information
ArtyomVancyan authored Apr 19, 2023
1 parent be2ff79 commit d9248c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:

jobs:
test:
executor: win/default
executor: win/server-2019
steps:
- checkout

Expand Down
10 changes: 8 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@ name = thumbnails
version = attr: thumbnails.__version__
author = Artyom Vancyan
author_email = [email protected]
description = Video thumbnail generator for modern web video players
description = Video thumbnail generator for modern web video players such as Plyr, Videojs, Flowplayer, Fluid Player, etc.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pysnippet/thumbnails
keywords =
vtt
json
plyr
video
fluid
player
videojs
thumbnail
generator
flowplayer
thumbnails
thumbnail-generator
license = Apache 2.0
Expand All @@ -21,10 +27,10 @@ classifiers =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Multimedia :: Video

[options]
Expand Down
2 changes: 1 addition & 1 deletion src/thumbnails/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .thumbnail import ThumbnailVTT
from .thumbnail import register_thumbnail

__version__ = "0.1.10"
__version__ = "0.1.11"
__all__ = (
"Generator",
"Thumbnail",
Expand Down

0 comments on commit d9248c4

Please sign in to comment.