-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (45 loc) · 1.48 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = clipassgen
version = 0.7.3
author = A.A. Suvorov
author_email = [email protected]
description = Console Smart Passwords Generator. Cross-platform console utility for generating cryptographically strong, recoverable, smart passwords.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/smartlegionlab/clipassgen/
project_urls =
Documentation = https://github.com/smartlegionlab/clipassgen/blob/master/README.md
Release notes = https://github.com/smartlegionlab/clipassgen/releases
license = BSD 3-Clause License
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: End Users/Desktop
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
keywords =
clipassgen
clipassman
password generator
passgen
smart password generator
cli password generator
Console Smart Passwords Generator
smartpasslib
smartlegionlab
[options]
python_requires = >=3.6
packages = find:
include_package_data = true
zip_safe = false
install_requires =
[options.entry_points]
console_scripts =
clipassgen = clipassgen.app:cli