36 lines
962 B
INI
36 lines
962 B
INI
[metadata]
|
|
name = subprompt
|
|
version = 0.0.7
|
|
author = Augusto Lenz Gunsch
|
|
author_email = augusto@augustogunsch.com
|
|
description = Substitute Regex in files with prompt confirmation
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://git.augustogunsch.com/augusto/subprompt
|
|
project_urls =
|
|
Bug Tracker = https://git.augustogunsch.com/augusto/subprompt/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
Operating System :: OS Independent
|
|
Development Status :: 6 - Mature
|
|
Topic :: Terminals
|
|
Topic :: Text Processing :: General
|
|
Topic :: Text Processing :: Filters
|
|
Topic :: Utilities
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
install_requires =
|
|
colorama>=0.4.3
|
|
packages = find:
|
|
python_requires = >=3.9
|
|
|
|
[options.packages.find]
|
|
where = src
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
subprompt = subprompt.subprompt:main
|