mirror of
https://github.com/fuckpiracyshield/component.git
synced 2026-01-24 00:10:52 +01:00
Initial commit.
This commit is contained in:
commit
ca324d66c7
37 changed files with 1510 additions and 0 deletions
18
setup.cfg
Normal file
18
setup.cfg
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue