mirror of
https://github.com/fuckpiracyshield/service.git
synced 2026-01-23 17:10:39 +01:00
17 lines
255 B
INI
17 lines
255 B
INI
[metadata]
|
|
name = piracyshield_service
|
|
version = 1.0.0
|
|
description = Flow Management
|
|
|
|
[options]
|
|
package_dir=
|
|
=src
|
|
packages = find:
|
|
python_requires = >= 3.10
|
|
install_requires =
|
|
redis
|
|
rq
|
|
python-dateutil
|
|
|
|
[options.packages.find]
|
|
where = src
|