Initial commit.

This commit is contained in:
Daniele Maglie 2024-01-19 15:26:37 +01:00
commit ca324d66c7
37 changed files with 1510 additions and 0 deletions

18
setup.cfg Normal file
View file

@ -0,0 +1,18 @@
[metadata]
name = piracyshield_component
version = 1.0.0
description = Base Components
[options]
package_dir=
=src
packages = find:
python_requires = >= 3.10
install_requires =
toml
pyjwt
argon2-cffi
pytz
[options.packages.find]
where = src