fsub/setup.cfg

29 lines
688 B
INI
Raw Normal View History

2021-11-14 16:06:21 -05:00
[metadata]
name = fsub
2021-11-14 16:07:40 -05:00
version = 0.0.2
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
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
fsub = fsub.fsub:main