-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (33 loc) · 973 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
29
30
31
32
33
34
35
[metadata]
name = pass-pls
version = 1.0.4
description = A GTK-based implementation of ssh-askpass
url = https://github.com/lezgomatt/pass-pls
author = Matt
author_email = [email protected]
license = Zlib
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Environment :: X11 Applications :: GTK
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: zlib/libpng License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Security
Topic :: System :: Networking
Topic :: System :: Systems Administration
Topic :: Utilities
[options]
py_modules =
pass_pls
python_requires = >=3.6
install_requires =
PyGObject
[options.entry_points]
gui_scripts =
pass-pls = pass_pls:main