mirror of
https://github.com/fuckpiracyshield/component.git
synced 2024-11-22 13:29:47 +01:00
18 lines
263 B
INI
18 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
|