mirror of
https://github.com/fuckpiracyshield/component.git
synced 2024-11-22 21:39:46 +01:00
19 lines
263 B
INI
19 lines
263 B
INI
|
[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
|