pass2bw/setup.cfg

24 lines
708 B
INI
Raw Normal View History

[metadata]
name = pass2csv
2022-11-15 15:41:06 -05:00
version = 1.0.0
author = Rupus Reinefjord
author_email = rupus@reinefjord.net
2021-07-28 16:37:34 -04:00
description = Export pass(1), "the standard unix password manager", to CSV
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/reinefjord/pass2csv
classifiers =
2022-11-15 15:41:06 -05:00
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Utilities
[options]
scripts = pass2csv
python_requires = >= 3.6
install_requires = python-gnupg