fsub/setup.cfg

36 lines
882 B
INI
Raw Normal View History

2021-11-14 16:06:21 -05:00
[metadata]
name = fsub
2021-11-21 11:38:16 -05:00
version = 1.0.3
2021-11-14 16:06:21 -05:00
author = Augusto Lenz Gunsch
author_email = augustogunsch@tutanota.com
description = CLI SubRip editor
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/augustogunsch/fsub
project_urls =
Bug Tracker = https://github.com/augustogunsch/fsub/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
2021-11-14 16:37:53 -05:00
Development Status :: 6 - Mature
Topic :: Terminals
Topic :: Text Processing :: General
Topic :: Text Processing :: Filters
Topic :: Utilities
2021-11-14 16:06:21 -05:00
[options]
package_dir =
= src
2021-11-14 17:32:10 -05:00
install_requires =
chardet
2021-11-14 16:06:21 -05:00
packages = find:
python_requires = >=3.9
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
fsub = fsub.fsub:main