From 0b60265cb179c04a6d975de07648967ce5fe5950 Mon Sep 17 00:00:00 2001 From: Xaven Date: Mon, 22 Dec 2025 14:09:20 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.cfg b/setup.cfg index 144fb07..7665e16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,13 +7,16 @@ description = A Python library for secure file deletion, in-memory secret handli long_description = file: README.md long_description_content_type = text/markdown license = MIT +license_files = LICENSE.txt url = https://github.com/xavenordu/Xavpy-library classifiers = + Development Status :: 5 - Production/Stable Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only License :: OSI Approved :: MIT License Topic :: Security :: Cryptography Topic :: System :: Archiving +keywords = security, privacy, encryption, secure deletion, data sanitization, cryptography [options] packages = find: @@ -31,3 +34,10 @@ dev = pytest>=7.4.0 hypothesis>=6.0.0 cryptography>=41.0.0 + +[options.package_data] +zeroizepy = *.so, *.dll + +[options.entry_points] +console_scripts = + zeroizepy-cli = zeroizepy.cli:main