-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
28 lines (26 loc) · 829 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[metadata]
name = srttranslate
version = file: srttranslate/VERSION
author = Javier Llopis
author_email = javier@llopis.me
description = Subtitle srt file automatic translator based on deepl.com
long_description = file: README.rst
long_description_content_type = text/x-rst
license = MIT
url = https://github.com/destrangis/srttranslate
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Topic :: Text Processing :: Linguistic
[options]
install_requires = deepl
setup_requires = deepl
packages = find:
include_package_data = True
[options.entry_points]
console_scripts =
srttranslate = srttranslate.main:main