Skip to content

Commit e7065a4

Browse files
authored
Update setup.py (#18)
1 parent f8fb118 commit e7065a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66

77
setuptools.setup(
88
name='vtt_to_srt3',
9-
version='0.1.9.0',
9+
version='0.1.9.1',
1010
author="Jeison Cardoso",
11-
author_email="cardoso.jeison@gmail.com",
11+
author_email="j@jsonzilla.com",
1212
description="vtt to srt subtitles converter package",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/jsonzilla/vtt-to-srt.py",
1616
packages=setuptools.find_packages(),
1717
classifiers=[
1818
"Programming Language :: Python :: 3.7",
19+
"Programming Language :: Python :: 3.8",
20+
"Programming Language :: Python :: 3.9",
21+
"Programming Language :: Python :: 3.10",
1922
"Operating System :: OS Independent",
2023
],
2124
entry_points={

0 commit comments

Comments
 (0)