Spaces:
Sleeping
Sleeping
File size: 293 Bytes
c6ce43e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [metadata]
name = reframe
version = 0.0.0
description = Cognitive Reframing Tool
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
[options]
packages = find:
include_package_data = True
python_requires = >=3.10
[options.packages.find]
where = .
|