File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 66
77setuptools .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 = {
You can’t perform that action at this time.
0 commit comments