Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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