47 lines
1.5 KiB
INI
47 lines
1.5 KiB
INI
[metadata]
|
|
name = armour
|
|
version = attr: armour.__version__
|
|
author = Ari Archer
|
|
author_email = ari@ari.lt
|
|
url = https://ari.lt/gh/armour
|
|
project_urls =
|
|
Bug Tracker = https://ari.lt/gh/armour/issues
|
|
Documentation = https://ari.lt/gh/armour/tree/main/doc
|
|
Source Code = https://ari.lt/gh/armour
|
|
description = password securing, management and generation tools
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
keywords = password, pwd, zstd, cryptography, crypto, hash, hashing, sha, blake, struct, md, sha3, rc4, binary, password generator, password manager, password info, entropy, database
|
|
license = GPLv3+
|
|
classifiers =
|
|
Development Status :: 5 - Production/Stable
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
Programming Language :: Python :: 3.13
|
|
Topic :: Database
|
|
Topic :: File Formats
|
|
Topic :: Security
|
|
Topic :: Security :: Cryptography
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
Typing :: Typed
|
|
|
|
[options]
|
|
packages = find:
|
|
zip_safe = True
|
|
include_package_data = True
|
|
install_requires =
|
|
cryptography
|
|
zstd
|
|
crc4
|
|
|
|
[options.package_data]
|
|
* = *.typed
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|